diff options
author | Filipa Lacerda <filipa@gitlab.com> | 2017-06-09 08:00:13 +0000 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2017-06-09 08:00:13 +0000 |
commit | 304f02375e0b09dba1f8e451d99b8f11054ecdf4 (patch) | |
tree | df8b93af1d3e57b767013f0d00ad755a6f5161c4 | |
parent | c28ba5aa72e52182ae002ba3941e25869f69f561 (diff) | |
download | gitlab-ce-304f02375e0b09dba1f8e451d99b8f11054ecdf4.tar.gz |
Highlight jobs menu when we are in jobs page
-rw-r--r-- | app/views/projects/pipelines/_head.html.haml | 2 |
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 |