aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/shared
diff options
context:
space:
mode:
authorjpl2016-11-19 15:14:30 +0100
committerjpl2016-11-19 15:14:30 +0100
commit8db23c94a56d6753b146d85fb7dde32c36ef70c2 (patch)
tree49aef0dd2376ad140e155a36c9b0add40d436860 /app/views/shared
parent478561deb52e296520e83dfe1f5dab462d2eddc7 (diff)
downloadchouette-core-8db23c94a56d6753b146d85fb7dde32c36ef70c2.tar.bz2
Adding select2 to stopareas#index
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 f7c3dc4ee..8cab8caf4 100644
--- a/app/views/shared/_lines_search_form.html.slim
+++ b/app/views/shared/_lines_search_form.html.slim
@@ -2,7 +2,7 @@
= search_form_for @q, url: eval("#{referential_type}_lines_path(referential)"), remote: true, html: { method: :get, class: 'form-inline', id: 'search', role: 'form' } do |f|
.panel.panel-default
.panel-heading
- .input-group.col-md-9
+ .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'
.input-group-btn
button.btn.btn-primary type='submit'