From 4579b26144b827aaa31519a9cc9d63a106052a07 Mon Sep 17 00:00:00 2001 From: cedricnjanga Date: Thu, 24 May 2018 06:54:32 -0700 Subject: Refs #6830 Fix Lines sort on status --- app/views/lines/index.html.slim | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) } \ ), \ -- cgit v1.2.3