Fix nav_link for dashboard
This commit is contained in:
parent
d059d34622
commit
e960b3ad2c
1 changed files with 2 additions and 2 deletions
|
@ -31,8 +31,8 @@
|
|||
%span
|
||||
Merge Requests
|
||||
%span.count= current_user.assigned_merge_requests.opened.count
|
||||
= nav_link(controller: [:ci, :projects]) do
|
||||
= link_to ci_root_path, title: 'Continuous Integration', data: {placement: 'right'} do
|
||||
= nav_link(path: 'ci/projects#index') do
|
||||
= link_to ci_projects_path, title: 'Continuous Integration', data: {placement: 'right'} do
|
||||
= icon('building fw')
|
||||
%span
|
||||
Continuous Integration
|
||||
|
|
Loading…
Reference in a new issue