diff options
| author | Edouard Maffert | 2016-09-21 12:09:02 +0200 |
|---|---|---|
| committer | Edouard Maffert | 2016-09-21 12:12:10 +0200 |
| commit | 1c6ca2a39a5f1899e55a9362fc9e0d07eeb524a9 (patch) | |
| tree | b5b21b7b0ae74d8960509766ebac9fe64f36c5af /app | |
| parent | 39bdc3e56d0a558f99b001e1797e85d16320855d (diff) | |
| download | chouette-core-1c6ca2a39a5f1899e55a9362fc9e0d07eeb524a9.tar.bz2 | |
Fix group of lines search. Refs #1680
Diffstat (limited to 'app')
| -rw-r--r-- | app/views/group_of_lines/index.html.slim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/group_of_lines/index.html.slim b/app/views/group_of_lines/index.html.slim index 23d8523d9..8cd39407f 100644 --- a/app/views/group_of_lines/index.html.slim +++ b/app/views/group_of_lines/index.html.slim @@ -1,6 +1,6 @@ = title_tag t('group_of_lines.index.title') -= search_form_for @q, :url => referential_group_of_lines_path(@line_referential), remote: true, :html => {:method => :get, class: "form-inline", :id => "search", role: "form"} do |f| += search_form_for @q, :url => line_referential_group_of_lines_path(@line_referential), remote: true, :html => {:method => :get, class: "form-inline", :id => "search", role: "form"} do |f| .panel.panel-default .panel-heading .input-group.col-md-12 |
