aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/routes
diff options
context:
space:
mode:
authorAlban Peignier2017-11-26 22:04:33 +0100
committerAlban Peignier2017-11-26 22:04:33 +0100
commitf85b8adc96171703d0afc0a6ef8252087e767fa3 (patch)
treebeec9ee07a9b4b119b7fedb26f31e9a3e01a8a1c /app/views/routes
parentab6f872e63db67756a4fe7ab25f11ddd97374ecc (diff)
downloadchouette-core-f85b8adc96171703d0afc0a6ef8252087e767fa3.tar.bz2
Use t('id_codif') and t('id_reflex') to prevent hardcoded strings. Refs #5081
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 1411a5502..2829d6cb9 100644
--- a/app/views/routes/show.html.slim
+++ b/app/views/routes/show.html.slim
@@ -38,7 +38,7 @@
= table_builder_2 @route_sp,
[ \
TableBuilderHelper::Column.new( \
- name: 'ID Reflex', \
+ name: t('id_reflex'), \
attribute: Proc.new { |s| s.try(:stop_area).try(:user_objectid) } \
), \
TableBuilderHelper::Column.new( \