Change nav link snippet controller
This commit is contained in:
parent
3f03699e97
commit
04ad02bc9f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue