summaryrefslogtreecommitdiff
path: root/app/views/groups/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/groups/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/groups/show.html.haml')
-rw-r--r--app/views/groups/show.html.haml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/groups/show.html.haml b/app/views/groups/show.html.haml
index 80a8ba4a755..fcdd0a84990 100644
--- a/app/views/groups/show.html.haml
+++ b/app/views/groups/show.html.haml
@@ -1,4 +1,5 @@
- @no_container = true
+- @breadcrumb_title = "Group"
= content_for :meta_tags do
= auto_discovery_link_tag(:atom, group_url(@group, rss_url_options), title: "#{@group.name} activity")