diff options
| -rw-r--r-- | app/views/referential_lines/show.html.slim | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/referential_lines/show.html.slim b/app/views/referential_lines/show.html.slim index 55f352bb6..df3c285ee 100644 --- a/app/views/referential_lines/show.html.slim +++ b/app/views/referential_lines/show.html.slim @@ -34,7 +34,7 @@      .row        .col-lg-12 -        .h3 = t('lines.show.routes.title', route: "", line: "") +        .h3 = t('lines.show.routes.title')          - if params[:q].present? or @routes.any?            .row              .col-lg-12  | 
