diff options
| author | Guillaume | 2017-10-09 11:07:28 +0200 |
|---|---|---|
| committer | Guillaume | 2017-10-09 11:07:28 +0200 |
| commit | 451f6f56d6c22a9b55f8466a271857e31d8052b1 (patch) | |
| tree | a0aea46cd58731a39106a411451e3ce6e7d09298 /app/views/routes | |
| parent | dbbd6869db784136c0a9017b6754a44ccacc719b (diff) | |
| download | chouette-core-451f6f56d6c22a9b55f8466a271857e31d8052b1.tar.bz2 | |
Refactoring tables titles for routes
Diffstat (limited to 'app/views/routes')
| -rw-r--r-- | app/views/routes/show.html.slim | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/routes/show.html.slim b/app/views/routes/show.html.slim index edc2d254b..be3b526cf 100644 --- a/app/views/routes/show.html.slim +++ b/app/views/routes/show.html.slim @@ -1,6 +1,6 @@ / PageHeader = pageheader 'itineraire', - @route.name, + t('routes.index.itinerarie') + " " + @route.name, '', t('last_update', time: l(@route.updated_at, format: :short)), (policy(@route).edit? ? link_to(t('actions.edit'), edit_referential_line_route_path(@referential, @line, @route), class: 'btn btn-default') : '') do @@ -32,6 +32,7 @@ .row .col-lg-12 + .h3 = t('routes.show.itineraries') - if @route_sp.any? = table_builder_2 @route_sp, [ \ |
