aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/networks
diff options
context:
space:
mode:
authorjpl2017-03-17 10:56:13 +0100
committerjpl2017-03-17 10:56:13 +0100
commit085c1271814a01a87c8f3367e45c200766dc8738 (patch)
treef37f39ff7fc9d02134ac7db18714cb211a64370e /app/views/networks
parente9fcdfcfad70b8d54b55a2e33c3bb24c9fe7bf19 (diff)
downloadchouette-core-085c1271814a01a87c8f3367e45c200766dc8738.tar.bz2
Fix search_bar styles regression
Diffstat (limited to 'app/views/networks')
-rw-r--r--app/views/networks/index.html.slim2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/networks/index.html.slim b/app/views/networks/index.html.slim
index a10eea707..2aa636ded 100644
--- a/app/views/networks/index.html.slim
+++ b/app/views/networks/index.html.slim
@@ -15,7 +15,7 @@
.row
.col-lg-12
- = search_form_for @q, url: line_referential_networks_path(@line_referential), html: {method: :get} do |f|
+ = search_form_for @q, url: line_referential_networks_path(@line_referential), html: {method: :get}, class: 'form form-filter' do |f|
.input-group.search_bar
= f.search_field :name_or_objectid_cont, placeholder: t('.name_or_objectid'), class: 'form-control'