diff options
| author | jpl | 2017-03-17 10:56:13 +0100 | 
|---|---|---|
| committer | jpl | 2017-03-17 10:56:13 +0100 | 
| commit | 085c1271814a01a87c8f3367e45c200766dc8738 (patch) | |
| tree | f37f39ff7fc9d02134ac7db18714cb211a64370e /app/views/networks | |
| parent | e9fcdfcfad70b8d54b55a2e33c3bb24c9fe7bf19 (diff) | |
| download | chouette-core-085c1271814a01a87c8f3367e45c200766dc8738.tar.bz2 | |
Fix search_bar styles regression
Diffstat (limited to 'app/views/networks')
| -rw-r--r-- | app/views/networks/index.html.slim | 2 | 
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' | 
