Skip to content
Snippets Groups Projects
Commit d5a4782f authored by Phil Hughes's avatar Phil Hughes
Browse files

Fixed jobs page not being in new admin sidebar

parent 87d90b5b
No related branches found
No related tags found
No related merge requests found
Loading
@@ -4,7 +4,7 @@
Loading
@@ -4,7 +4,7 @@
= icon('wrench') = icon('wrench')
.project-title Admin Area .project-title Admin Area
%ul.sidebar-top-level-items %ul.sidebar-top-level-items
= nav_link(controller: %w(dashboard admin projects users groups builds runners cohorts), html_options: {class: 'home'}) do = nav_link(controller: %w(dashboard admin projects users groups jobs runners cohorts), html_options: {class: 'home'}) do
= link_to admin_root_path, title: 'Overview', class: 'shortcuts-tree' do = link_to admin_root_path, title: 'Overview', class: 'shortcuts-tree' do
%span %span
Overview Overview
Loading
@@ -26,7 +26,7 @@
Loading
@@ -26,7 +26,7 @@
= link_to admin_groups_path, title: 'Groups' do = link_to admin_groups_path, title: 'Groups' do
%span %span
Groups Groups
= nav_link path: 'builds#index' do = nav_link path: 'jobs#index' do
= link_to admin_jobs_path, title: 'Jobs' do = link_to admin_jobs_path, title: 'Jobs' do
%span %span
Jobs Jobs
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment