diff options
| author | Zog | 2018-03-26 11:18:27 +0200 |
|---|---|---|
| committer | Zog | 2018-03-26 11:18:27 +0200 |
| commit | 3e7fc7076fd1a537772bec932488b9d594feb44e (patch) | |
| tree | 24a091f73a443480c6160e90570ce70234fa1264 | |
| parent | deea16664b122b9db9c615980944a63f510c39f7 (diff) | |
| download | chouette-core-3e7fc7076fd1a537772bec932488b9d594feb44e.tar.bz2 | |
Refs #6218; Fix exports filters
| -rw-r--r-- | app/views/shared/iev_interfaces/_filters.html.slim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/iev_interfaces/_filters.html.slim b/app/views/shared/iev_interfaces/_filters.html.slim index 9b114c38d..6414af7a2 100644 --- a/app/views/shared/iev_interfaces/_filters.html.slim +++ b/app/views/shared/iev_interfaces/_filters.html.slim @@ -1,4 +1,4 @@ -= search_form_for @q, url: workbench_imports_path(@workbench), html: { method: :get, class: 'form form-filter' } do |f| += search_form_for @q, url: request.path, html: { method: :get, class: 'form form-filter' } do |f| .ffg-row .input-group.search_bar class=filter_item_class(params[:q], :name_or_creator_cont) = f.search_field :name_or_creator_cont, class: 'form-control', placeholder: t('imports.filters.name_or_creator_cont') |
