summaryrefslogtreecommitdiff
path: root/app/views/explore
diff options
context:
space:
mode:
authorJose <jvargas@gitlab.com>2018-06-15 12:26:09 -0500
committerJose <jvargas@gitlab.com>2018-06-15 13:36:00 -0500
commit2a24d12bb29472b6e584460c8c1cbe01e420603c (patch)
tree3a540690e9341942b13683f86d23883922b400a1 /app/views/explore
parent953608acb76a08285e5f7ad4c9321437a53b51fc (diff)
downloadgitlab-ce-2a24d12bb29472b6e584460c8c1cbe01e420603c.tar.gz
Fix dropdown from project welcome page moving out of the screenjivl-fix-dropdown-going-out-of-screen
Diffstat (limited to 'app/views/explore')
-rw-r--r--app/views/explore/projects/_filter.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/explore/projects/_filter.html.haml b/app/views/explore/projects/_filter.html.haml
index 845f4046d0d..6abb56ba6d2 100644
--- a/app/views/explore/projects/_filter.html.haml
+++ b/app/views/explore/projects/_filter.html.haml
@@ -1,6 +1,6 @@
- if current_user
.dropdown
- %button.dropdown-toggle{ href: '#', "data-toggle" => "dropdown" }
+ %button.dropdown-toggle{ href: '#', "data-toggle" => "dropdown", 'data-display' => 'static' }
= icon('globe')
%span.light Visibility:
- if params[:visibility_level].present?