aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/lines/index.html.slim
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/lines/index.html.slim')
-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) } \
), \