aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/routes
diff options
context:
space:
mode:
authorcedricnjanga2018-04-04 14:52:43 -0700
committercedricnjanga2018-04-04 14:52:43 -0700
commitf04d4420053dc995bad52b5b87ff7f15e302c2b3 (patch)
tree7b067d9071b9048922fb23f9148717b5be68ed18 /app/views/routes
parent95fbdc197b71610dba005578533ea93753a525c9 (diff)
downloadchouette-core-f04d4420053dc995bad52b5b87ff7f15e302c2b3.tar.bz2
Refs #6370 Add some more translations
Diffstat (limited to 'app/views/routes')
-rw-r--r--app/views/routes/show.html.slim2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/routes/show.html.slim b/app/views/routes/show.html.slim
index d2e750fb0..d4571c173 100644
--- a/app/views/routes/show.html.slim
+++ b/app/views/routes/show.html.slim
@@ -34,7 +34,7 @@
end \
), \
TableBuilderHelper::Column.new( \
- key: :deleted_at, \
+ name: Chouette::Line.tmf('activated'), \
attribute: Proc.new { |s| line_status(s.try(:stop_area).deleted_at) } \
), \
TableBuilderHelper::Column.new( \