aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/referential_lines
diff options
context:
space:
mode:
authorGuillaume2017-10-09 11:07:28 +0200
committerGuillaume2017-10-09 11:07:28 +0200
commit451f6f56d6c22a9b55f8466a271857e31d8052b1 (patch)
treea0aea46cd58731a39106a411451e3ce6e7d09298 /app/views/referential_lines
parentdbbd6869db784136c0a9017b6754a44ccacc719b (diff)
downloadchouette-core-451f6f56d6c22a9b55f8466a271857e31d8052b1.tar.bz2
Refactoring tables titles for routes
Diffstat (limited to 'app/views/referential_lines')
-rw-r--r--app/views/referential_lines/show.html.slim3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/referential_lines/show.html.slim b/app/views/referential_lines/show.html.slim
index ffcb9b5e0..d50f51335 100644
--- a/app/views/referential_lines/show.html.slim
+++ b/app/views/referential_lines/show.html.slim
@@ -1,6 +1,6 @@
/ PageHeader
= pageheader 'ligne',
- @line.name,
+ t('lines.index.line') + " " + @line.name,
'',
t('last_update', time: l(@line.updated_at, format: :short)) do
@@ -34,6 +34,7 @@
.row
.col-lg-12
+ .h3 = t('routes.show.itineraries')
- if params[:q].present? or @routes.any?
.row
.col-lg-12