Commit 4a228954 authored by Phil Hughes's avatar Phil Hughes

Merge branch '33466-jobs-navigation-menu' into 'master'

Highlight jobs menu when we are in jobs page

Closes #33466

See merge request !12029
parents c28ba5aa 304f0237
......@@ -10,7 +10,7 @@
Pipelines
- if project_nav_tab? :builds
= nav_link(controller: [:builds, :artifacts]) do
= nav_link(controller: [:jobs, :artifacts]) do
= link_to project_jobs_path(@project), title: 'Jobs', class: 'shortcuts-builds' do
%span
Jobs
......
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