diff options
Diffstat (limited to 'app/views/group_of_lines')
| -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  | 
