summaryrefslogtreecommitdiff
path: root/app/views/projects
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/projects
parent929b53c6f256b64b19752d0b1ee6acedf37e164b (diff)
downloadgitlab-ce-cf8a74be5fda908fd5c50a9303c44d1f95fadfa2.tar.gz
Cleanup to use one selectorfix-explore-filter
Diffstat (limited to 'app/views/projects')
-rw-r--r--app/views/projects/forks/index.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/forks/index.html.haml b/app/views/projects/forks/index.html.haml
index acb2353d3ca..c834bf63b28 100644
--- a/app/views/projects/forks/index.html.haml
+++ b/app/views/projects/forks/index.html.haml
@@ -6,7 +6,7 @@
== #{pluralize(@all_forks.size, 'fork')}: #{full_count_title}
.nav-controls
- = search_field_tag :filter_projects, nil, placeholder: 'Search forks', class: 'projects-list-filter form-control input-short',
+ = search_field_tag :filter_projects, nil, placeholder: 'Search forks', class: 'projects-list-filter project-filter-form-field form-control input-short',
spellcheck: false, data: { 'filter-selector' => 'span.namespace-name' }
.dropdown