diff options
author | Phil Hughes <me@iamphill.com> | 2017-08-17 10:42:04 +0100 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2017-08-18 11:07:05 +0100 |
commit | dae629e5e9a75ef0594399b46191306dcbaab90b (patch) | |
tree | 153bc29edb3732c87cfa40faf4ed591b560d4e74 /app/views/projects/jobs | |
parent | a10cc2202dffcf8b4a7bc7db22757ac83bf95eb4 (diff) | |
download | gitlab-ce-dae629e5e9a75ef0594399b46191306dcbaab90b.tar.gz |
fix some inconsistencies with the breadcrumbs
Diffstat (limited to 'app/views/projects/jobs')
-rw-r--r-- | app/views/projects/jobs/show.html.haml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/projects/jobs/show.html.haml b/app/views/projects/jobs/show.html.haml index 2c76ca91155..975c08c06e6 100644 --- a/app/views/projects/jobs/show.html.haml +++ b/app/views/projects/jobs/show.html.haml @@ -1,5 +1,6 @@ - @no_container = true -- breadcrumb_title "Jobs ##{@build.id}" +- add_to_breadcrumbs "Jobs", project_jobs_path(@project) +- breadcrumb_title "##{@build.id}" - page_title "#{@build.name} (##{@build.id})", "Jobs" = render "projects/pipelines/head" |