aboutsummaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorjpl2017-03-02 14:16:44 +0100
committerjpl2017-03-02 14:16:57 +0100
commit3db14baba4d7b2980c6802a746c2e01c2693119b (patch)
tree93b13661546a6ad64b7e7069a8ffe4b1bb840258 /app
parent9708ce96fd330ace4869ffe64c29958d9957db15 (diff)
downloadchouette-core-3db14baba4d7b2980c6802a746c2e01c2693119b.tar.bz2
remove number param on searchbar, for lines#index
Diffstat (limited to 'app')
-rw-r--r--app/views/lines/index.html.slim2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/lines/index.html.slim b/app/views/lines/index.html.slim
index 90a2168d9..7fa9eb586 100644
--- a/app/views/lines/index.html.slim
+++ b/app/views/lines/index.html.slim
@@ -13,7 +13,7 @@
.col-lg-5.col-md-6.col-sm-6.col-xs-8
= search_form_for @q, url: line_referential_lines_path(@line_referential), html: {method: :get} do |f|
.input-group.search_bar
- = f.search_field :name_or_number_or_objectid_cont, placeholder: t('lines.index.name_or_number_or_objectid'), class: 'form-control'
+ = f.search_field :name_or_objectid_cont, placeholder: t('lines.index.name_or_objectid'), class: 'form-control'
span.input-group-btn
button.btn.btn-default#search-btn type='submit'