Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-08-17 12:42:04 +0300
committerPhil Hughes <me@iamphill.com>2017-08-18 13:07:05 +0300
commitdae629e5e9a75ef0594399b46191306dcbaab90b (patch)
tree153bc29edb3732c87cfa40faf4ed591b560d4e74 /app/views/projects/pipelines
parenta10cc2202dffcf8b4a7bc7db22757ac83bf95eb4 (diff)
fix some inconsistencies with the breadcrumbs
Diffstat (limited to 'app/views/projects/pipelines')
-rw-r--r--app/views/projects/pipelines/show.html.haml3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/projects/pipelines/show.html.haml b/app/views/projects/pipelines/show.html.haml
index bb25cfb440c..7cc9fe79afd 100644
--- a/app/views/projects/pipelines/show.html.haml
+++ b/app/views/projects/pipelines/show.html.haml
@@ -1,5 +1,6 @@
- @no_container = true
-- breadcrumb_title "Pipelines ##{@pipeline.id}"
+- add_to_breadcrumbs "Pipelines", project_pipelines_path(@project)
+- breadcrumb_title "##{@pipeline.id}"
- page_title "Pipeline"
= render "projects/pipelines/head"