summaryrefslogtreecommitdiff
path: root/app/views/search
diff options
context:
space:
mode:
authorDavid Wagner <david@marvid.fr>2016-11-22 22:28:07 +0100
committerDavid Wagner <david@marvid.fr>2016-11-28 23:18:04 +0100
commitbe0fb391d32bb549d57841009e2dd2bb92de8a78 (patch)
treeb042db183c6dec43d58aebc4dedc0e15e7d57879 /app/views/search
parenta3a85c07aa87148f4baead1ac8d2f2679136c69a (diff)
downloadgitlab-ce-be0fb391d32bb549d57841009e2dd2bb92de8a78.tar.gz
Update some more sort/filter dropdowns
Apart from Issues and Merge Requests pages, there are other sort/filter dropdowns that needed updating. Signed-off-by: David Wagner <david@marvid.fr>
Diffstat (limited to 'app/views/search')
-rw-r--r--app/views/search/_filter.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/search/_filter.html.haml b/app/views/search/_filter.html.haml
index ef1c0296d49..938be20c7cf 100644
--- a/app/views/search/_filter.html.haml
+++ b/app/views/search/_filter.html.haml
@@ -3,7 +3,7 @@
- if params[:project_id].present?
= hidden_field_tag :project_id, params[:project_id]
.dropdown
- %button.dropdown-menu-toggle.btn.js-search-group-dropdown{ type: "button", data: { toggle: "dropdown", default_label: "Group:" } }
+ %button.dropdown-menu-toggle.js-search-group-dropdown{ type: "button", data: { toggle: "dropdown", default_label: "Group:" } }
%span.dropdown-toggle-text
Group:
- if @group.present?
@@ -18,7 +18,7 @@
= dropdown_loading
.dropdown.project-filter
- %button.dropdown-menu-toggle.btn.js-search-project-dropdown{ type: "button", data: { toggle: "dropdown", default_label: "Project:" } }
+ %button.dropdown-menu-toggle.js-search-project-dropdown{ type: "button", data: { toggle: "dropdown", default_label: "Project:" } }
%span.dropdown-toggle-text
Project:
- if @project.present?