diff options
Diffstat (limited to 'app/views/referential_lines/show.html.slim')
| -rw-r--r-- | app/views/referential_lines/show.html.slim | 3 | 
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..df3c285ee 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: @line.name),               '',               t('last_update', time: l(@line.updated_at, format: :short)) do @@ -34,6 +34,7 @@      .row        .col-lg-12 +        .h3 = t('lines.show.routes.title')          - if params[:q].present? or @routes.any?            .row              .col-lg-12  | 
