aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume2017-10-11 16:47:54 +0200
committerGuillaume2017-10-11 16:47:54 +0200
commit3b4563e9f3ed21d98255713cefd2e290c5a364bd (patch)
tree2f16ec311f6c31914bd4dcb7089865b739a1f3bf
parent841083df63294e2f3ede37382e0c9c5fe0277874 (diff)
downloadchouette-core-4698-table_pages_title_refactoring.tar.bz2
delete unused variables in referential_lines show view Refs #46984698-table_pages_title_refactoring
-rw-r--r--app/views/referential_lines/show.html.slim2
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