From 3b4563e9f3ed21d98255713cefd2e290c5a364bd Mon Sep 17 00:00:00 2001 From: Guillaume Date: Wed, 11 Oct 2017 16:47:54 +0200 Subject: delete unused variables in referential_lines show view Refs #4698 --- app/views/referential_lines/show.html.slim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3