summaryrefslogtreecommitdiff
path: root/app/views/projects/show.html.haml
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-07-03 10:45:40 +0100
committerPhil Hughes <me@iamphill.com>2017-07-03 10:45:40 +0100
commite95f81d2271f0b82f63e16cd6c7e3d0734084e03 (patch)
treee97b2beec6630827fbb52615651ddb5757142686 /app/views/projects/show.html.haml
parent4eb6b7c13755a8f73508f290f8f869cf05a15271 (diff)
downloadgitlab-ce-e95f81d2271f0b82f63e16cd6c7e3d0734084e03.tar.gz
Contextual breadcrumb title fixes
Also moves action buttons into the new breadcrumbs Closes #34030, #34033
Diffstat (limited to 'app/views/projects/show.html.haml')
-rw-r--r--app/views/projects/show.html.haml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/projects/show.html.haml b/app/views/projects/show.html.haml
index e1e70a53709..cbf28a61870 100644
--- a/app/views/projects/show.html.haml
+++ b/app/views/projects/show.html.haml
@@ -1,4 +1,5 @@
- @no_container = true
+- @breadcrumb_title = "Project"
= content_for :meta_tags do
= auto_discovery_link_tag(:atom, namespace_project_path(@project.namespace, @project, rss_url_options), title: "#{@project.name} activity")