diff options
| author | Alban Peignier | 2017-11-26 22:04:33 +0100 | 
|---|---|---|
| committer | Alban Peignier | 2017-11-26 22:04:33 +0100 | 
| commit | f85b8adc96171703d0afc0a6ef8252087e767fa3 (patch) | |
| tree | beec9ee07a9b4b119b7fedb26f31e9a3e01a8a1c /app/views/routes | |
| parent | ab6f872e63db67756a4fe7ab25f11ddd97374ecc (diff) | |
| download | chouette-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.slim | 2 | 
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( \ | 
