aboutsummaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorcedricnjanga2018-05-24 06:54:32 -0700
committercedricnjanga2018-05-24 06:54:32 -0700
commit4579b26144b827aaa31519a9cc9d63a106052a07 (patch)
tree71c7c3ab29cb8f9acf95b1065f66309ae9f82331 /app
parentc1ebc713fd0eb4692d679fc80e184cb802c98602 (diff)
downloadchouette-core-4579b26144b827aaa31519a9cc9d63a106052a07.tar.bz2
Refs #6830 Fix Lines sort on status6830-lines-sort-on-status
Diffstat (limited to 'app')
-rw-r--r--app/views/lines/index.html.slim3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/lines/index.html.slim b/app/views/lines/index.html.slim
index 02bb5ec6e..a127a8a29 100644
--- a/app/views/lines/index.html.slim
+++ b/app/views/lines/index.html.slim
@@ -29,7 +29,8 @@
end \
), \
TableBuilderHelper::Column.new( \
- key: :status, \
+ key: :deactivated, \
+ name: Chouette::Line.tmf(:status), \
class: :state, \
attribute: Proc.new { |n| line_status(n.status) } \
), \