summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorDenys Mishunov <dmishunov@gitlab.com>2019-09-12 11:03:26 +0000
committerFilipa Lacerda <filipa@gitlab.com>2019-09-12 11:03:26 +0000
commitfdb4069ad8d01a60bffef4dfad4d38129831402c (patch)
tree6e54cb9d1020c08d572ff87035f500266671f46c /app/views
parentda7d02601cfa1ebd362a5be060b218b3f23b0e04 (diff)
downloadgitlab-ce-fdb4069ad8d01a60bffef4dfad4d38129831402c.tar.gz
Removed padding from project filter field
Resolves a regression caused by https://bit.ly/2k1GozA
Diffstat (limited to 'app/views')
-rw-r--r--app/views/admin/projects/index.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/projects/index.html.haml b/app/views/admin/projects/index.html.haml
index 7e03eb4f075..bb0d62a70c0 100644
--- a/app/views/admin/projects/index.html.haml
+++ b/app/views/admin/projects/index.html.haml
@@ -4,7 +4,7 @@
.top-area.scrolling-tabs-container.inner-page-scroll-tabs
.prepend-top-default
.search-holder
- = render 'shared/projects/search_form', autofocus: true, icon: true, admin_view: true
+ = render 'shared/projects/search_form', autofocus: true, admin_view: true
.dropdown
- toggle_text = 'Namespace'
- if params[:namespace_id].present?