summaryrefslogtreecommitdiff
path: root/app/views/groups/_projects.html.haml
diff options
context:
space:
mode:
authorJosh Frye <joshfng@gmail.com>2016-02-09 20:21:47 -0500
committerJosh Frye <joshfng@gmail.com>2016-02-09 20:21:47 -0500
commitcf8a74be5fda908fd5c50a9303c44d1f95fadfa2 (patch)
tree5a75e26cee959d05d07974cbbc354b755c5df95c /app/views/groups/_projects.html.haml
parent929b53c6f256b64b19752d0b1ee6acedf37e164b (diff)
downloadgitlab-ce-cf8a74be5fda908fd5c50a9303c44d1f95fadfa2.tar.gz
Cleanup to use one selectorfix-explore-filter
Diffstat (limited to 'app/views/groups/_projects.html.haml')
-rw-r--r--app/views/groups/_projects.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/groups/_projects.html.haml b/app/views/groups/_projects.html.haml
index 73305efbcb9..9c16ab7e30f 100644
--- a/app/views/groups/_projects.html.haml
+++ b/app/views/groups/_projects.html.haml
@@ -1,7 +1,7 @@
.top-area
.nav-controls
= form_tag request.original_url, method: :get, class: 'project-filter-form', id: 'project-filter-form' do |f|
- = search_field_tag :filter_projects, params[:filter_projects], placeholder: 'Filter by name...', class: 'input-short project-filter-form-field form-control', spellcheck: false, id: 'project-filter-form-field'
+ = search_field_tag :filter_projects, params[:filter_projects], placeholder: 'Filter by name...', class: 'input-short project-filter-form-field form-control projects-list-filter', spellcheck: false, id: 'project-filter-form-field'
- if current_user && current_user.can_create_project?
= link_to new_project_path, class: 'btn btn-new' do
= icon('plus')