diff options
| author | cedricnjanga | 2018-05-24 06:54:32 -0700 |
|---|---|---|
| committer | cedricnjanga | 2018-05-24 06:54:32 -0700 |
| commit | 4579b26144b827aaa31519a9cc9d63a106052a07 (patch) | |
| tree | 71c7c3ab29cb8f9acf95b1065f66309ae9f82331 | |
| parent | c1ebc713fd0eb4692d679fc80e184cb802c98602 (diff) | |
| download | chouette-core-4579b26144b827aaa31519a9cc9d63a106052a07.tar.bz2 | |
Refs #6830 Fix Lines sort on status6830-lines-sort-on-status
| -rw-r--r-- | app/views/lines/index.html.slim | 3 |
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) } \ ), \ |
