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

Fix navigation

parent b15fcd40
......@@ -14,7 +14,7 @@
= link_to ci_admin_events_path do
%i.fa.fa-book
Events
= nav_link path: 'runners#index' do
= nav_link path: ['runners#index', 'runners#show'] do
= link_to ci_admin_runners_path do
%i.fa.fa-cog
Runners
......
......@@ -5,7 +5,7 @@
%span
Back to GitLab
%li.separate-item
= nav_link path: 'projects#show' do
= nav_link path: 'projects#index' do
= link_to ci_root_path do
%i.fa.fa-home
%span
......
......@@ -10,7 +10,7 @@
%i.fa.fa-bar-chart
%span
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
%i.fa.fa-cog
%span
......@@ -30,7 +30,7 @@
%i.fa.fa-retweet
%span
Triggers
= nav_link path: 'services#index' do
= nav_link path: ['services#index', 'services#edit'] do
= link_to ci_project_services_path(@project) do
%i.fa.fa-share
%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