summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <robert@gitlab.com>2016-07-21 22:10:17 +0000
committerRobert Speicher <robert@gitlab.com>2016-07-21 22:10:17 +0000
commitc53bd5a778e00d05abc713887e436b75f385c666 (patch)
tree8790343cb133ad3f4d8712fc44ae2d1279f7592c
parentd2598f6273d4a714134c26ee520b99a40579e8fa (diff)
parent04ad02bc9f1c06b4f87ae105be74e8b47072ee02 (diff)
downloadgitlab-ce-c53bd5a778e00d05abc713887e436b75f385c666.tar.gz
Merge branch '20046-snippets-menu' into 'master'
Change nav link snippet controller Removes active Snippets nav link state for project-specific snippets Closes #20046 See merge request !5410
-rw-r--r--app/views/layouts/nav/_dashboard.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/nav/_dashboard.html.haml b/app/views/layouts/nav/_dashboard.html.haml
index 21668698814..3a14751ea8e 100644
--- a/app/views/layouts/nav/_dashboard.html.haml
+++ b/app/views/layouts/nav/_dashboard.html.haml
@@ -30,7 +30,7 @@
%span
Merge Requests
%span.count= number_with_delimiter(current_user.assigned_merge_requests.opened.count)
- = nav_link(controller: :snippets) do
+ = nav_link(controller: 'dashboard/snippets') do
= link_to dashboard_snippets_path, title: 'Snippets' do
%span
Snippets