summaryrefslogtreecommitdiff
path: root/app/views/layouts/project.html.haml
diff options
context:
space:
mode:
authorkushalpandya <kushal@gitlab.com>2017-09-02 14:08:56 +0530
committerkushalpandya <kushal@gitlab.com>2017-09-05 19:01:57 +0530
commite50ccb329e560226994b6bd73ce4d433a0a3c53a (patch)
treeb993f1cc690aeb87556420460f4a7a5fc0be4156 /app/views/layouts/project.html.haml
parent276b57e1fe42b6a40261a6403db078240c66abdd (diff)
downloadgitlab-ce-e50ccb329e560226994b6bd73ce4d433a0a3c53a.tar.gz
Remove project select dropdown from breadcrumb
Diffstat (limited to 'app/views/layouts/project.html.haml')
-rw-r--r--app/views/layouts/project.html.haml8
1 files changed, 0 insertions, 8 deletions
diff --git a/app/views/layouts/project.html.haml b/app/views/layouts/project.html.haml
index 54d56e9b873..d6db85ee87a 100644
--- a/app/views/layouts/project.html.haml
+++ b/app/views/layouts/project.html.haml
@@ -14,12 +14,4 @@
:javascript
window.uploads_path = "#{project_uploads_path(project)}";
-- content_for :header_content do
- .js-dropdown-menu-projects
- .dropdown-menu.dropdown-select.dropdown-menu-projects
- = dropdown_title("Go to a project")
- = dropdown_filter("Search your projects")
- = dropdown_content
- = dropdown_loading
-
= render template: "layouts/application"