diff options
| author | jpl | 2016-11-21 10:31:16 +0100 | 
|---|---|---|
| committer | jpl | 2016-11-21 10:31:27 +0100 | 
| commit | cf0d5d28e038eb9af1e64f1721504ba89f3fdfaf (patch) | |
| tree | debc2f2eaa501b9b41d1b70ed3e438530e358c90 /app/views/shared | |
| parent | 41c12808c9a98222be601f86082a6d974eca1402 (diff) | |
| download | chouette-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.slim | 2 | 
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 | 
