aboutsummaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorEdouard Maffert2016-09-21 12:09:02 +0200
committerEdouard Maffert2016-09-21 12:12:10 +0200
commit1c6ca2a39a5f1899e55a9362fc9e0d07eeb524a9 (patch)
treeb5b21b7b0ae74d8960509766ebac9fe64f36c5af /app
parent39bdc3e56d0a558f99b001e1797e85d16320855d (diff)
downloadchouette-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.slim2
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