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:
authorFilipa Lacerda <filipa@gitlab.com>2017-07-19 19:24:49 +0300
committerFilipa Lacerda <filipa@gitlab.com>2017-07-19 19:24:49 +0300
commitf6ec2816794dc2708c34a96541082facd782573f (patch)
tree9afc1fdad2a3316c82e3cd254b5327e45effcb4d /app/views/projects/cycle_analytics
parentc6e979587af7cf8d85b4e97a8771d44aa04f3ef4 (diff)
parent46b38e4bbd08ecf9ce0c6ea7c39e3ab3c0045dc8 (diff)
Merge branch 'new-nav-fix-contextual-breadcrumbs' into 'master'
Contextual breadcrumb title fixes Closes #34030 and #34033 See merge request !12602
Diffstat (limited to 'app/views/projects/cycle_analytics')
-rw-r--r--app/views/projects/cycle_analytics/show.html.haml2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/projects/cycle_analytics/show.html.haml b/app/views/projects/cycle_analytics/show.html.haml
index 7e7b7335597..c704635ead3 100644
--- a/app/views/projects/cycle_analytics/show.html.haml
+++ b/app/views/projects/cycle_analytics/show.html.haml
@@ -1,5 +1,7 @@
- @no_container = true
- page_title "Cycle Analytics"
+- if show_new_nav?
+ - add_to_breadcrumbs("Project", project_path(@project))
- content_for :page_specific_javascripts do
= page_specific_javascript_bundle_tag('common_vue')
= page_specific_javascript_bundle_tag('cycle_analytics')