summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-06-09 08:00:13 +0000
committerClement Ho <ClemMakesApps@gmail.com>2017-06-16 11:52:57 -0500
commit3370a93eddd6b7c419905f9fc6e86b1ebd81e0ac (patch)
tree8ce53ca071f2c5958beaa653df14b56986ba8425
parentdc8edb579cda0207304396f20b1d73fcd83164eb (diff)
downloadgitlab-ce-3370a93eddd6b7c419905f9fc6e86b1ebd81e0ac.tar.gz
Merge branch '33466-jobs-navigation-menu' into 'master'
Highlight jobs menu when we are in jobs page Closes #33466 See merge request !12029
-rw-r--r--app/views/projects/pipelines/_head.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/pipelines/_head.html.haml b/app/views/projects/pipelines/_head.html.haml
index a33da149c62..d2f0cb0806f 100644
--- a/app/views/projects/pipelines/_head.html.haml
+++ b/app/views/projects/pipelines/_head.html.haml
@@ -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