diff options
author | Josh Frye <joshfng@gmail.com> | 2016-02-05 10:56:22 -0500 |
---|---|---|
committer | Josh Frye <joshfng@gmail.com> | 2016-02-09 10:10:41 -0500 |
commit | dd1a683c6411588141c262187d404899e5689521 (patch) | |
tree | 6d481eb221bdfab97c8d0230cd8770e56d92751b /app/views/explore | |
parent | 706b101f510b9a1f5acff51bb2f1b14c018b37ce (diff) | |
download | gitlab-ce-dd1a683c6411588141c262187d404899e5689521.tar.gz |
Fix explore filter. Fixes #13182
Diffstat (limited to 'app/views/explore')
-rw-r--r-- | app/views/explore/projects/_filter.html.haml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/app/views/explore/projects/_filter.html.haml b/app/views/explore/projects/_filter.html.haml index 66a4b535ae5..c248dbb695f 100644 --- a/app/views/explore/projects/_filter.html.haml +++ b/app/views/explore/projects/_filter.html.haml @@ -1,11 +1,3 @@ -.pull-left - = form_tag explore_projects_filter_path, method: :get, class: 'form-inline form-tiny' do |f| - .form-group - = search_field_tag :search, params[:search], placeholder: "Filter by name", class: "form-control search-text-input", id: "projects_search", spellcheck: false - = hidden_field_tag :sort, @sort - .form-group - = button_tag 'Search', class: "btn" - .pull-right.hidden-sm.hidden-xs - if current_user .dropdown.inline.append-right-10 |