Commit 09bd8a8b authored by Kamil Trzcinski's avatar Kamil Trzcinski

Fix navigation

parent b15fcd40
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
= link_to ci_admin_events_path do = link_to ci_admin_events_path do
%i.fa.fa-book %i.fa.fa-book
Events Events
= nav_link path: 'runners#index' do = nav_link path: ['runners#index', 'runners#show'] do
= link_to ci_admin_runners_path do = link_to ci_admin_runners_path do
%i.fa.fa-cog %i.fa.fa-cog
Runners Runners
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
%span %span
Back to GitLab Back to GitLab
%li.separate-item %li.separate-item
= nav_link path: 'projects#show' do = nav_link path: 'projects#index' do
= link_to ci_root_path do = link_to ci_root_path do
%i.fa.fa-home %i.fa.fa-home
%span %span
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
%i.fa.fa-bar-chart %i.fa.fa-bar-chart
%span %span
Charts Charts
= nav_link path: ['runners#index', 'runners#show'] do = nav_link path: ['runners#index', 'runners#show', 'runners#edit'] do
= link_to ci_project_runners_path(@project) do = link_to ci_project_runners_path(@project) do
%i.fa.fa-cog %i.fa.fa-cog
%span %span
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
%i.fa.fa-retweet %i.fa.fa-retweet
%span %span
Triggers Triggers
= nav_link path: 'services#index' do = nav_link path: ['services#index', 'services#edit'] do
= link_to ci_project_services_path(@project) do = link_to ci_project_services_path(@project) do
%i.fa.fa-share %i.fa.fa-share
%span %span
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment