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-15 11:07:50 -0500
commitc89eb8524599076bc08d6dd7355b39487ed1cc3a (patch)
tree4b7dd17abaa95e1a3956b7d5ccd5706f3351721f
parentf63cee7b842001e72b7379ef781b920aae75d67a (diff)
downloadgitlab-ce-c89eb8524599076bc08d6dd7355b39487ed1cc3a.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