aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/shared
diff options
context:
space:
mode:
authorjpl2016-11-21 10:31:16 +0100
committerjpl2016-11-21 10:31:27 +0100
commitcf0d5d28e038eb9af1e64f1721504ba89f3fdfaf (patch)
treedebc2f2eaa501b9b41d1b70ed3e438530e358c90 /app/views/shared
parent41c12808c9a98222be601f86082a6d974eca1402 (diff)
downloadchouette-core-cf0d5d28e038eb9af1e64f1721504ba89f3fdfaf.tar.bz2
Refs #2005: remove comments from lines search form
Diffstat (limited to 'app/views/shared')
-rw-r--r--app/views/shared/_lines_search_form.html.slim2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/_lines_search_form.html.slim b/app/views/shared/_lines_search_form.html.slim
index 8cab8caf4..c6888f8ae 100644
--- a/app/views/shared/_lines_search_form.html.slim
+++ b/app/views/shared/_lines_search_form.html.slim
@@ -3,7 +3,7 @@
.panel.panel-default
.panel-heading
.input-group.col-md-9.col-sm-9
- = f.search_field :name_or_number_or_objectid_or_comment_cont, placeholder: t('lines.index.name_or_number_or_objectid_or_comment'), class: 'form-control'
+ = f.search_field :name_or_number_or_objectid_cont, placeholder: t('lines.index.name_or_number_or_objectid'), class: 'form-control'
.input-group-btn
button.btn.btn-primary type='submit'
i.fa.fa-search