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 17:53:50 +0300
committerPhil Hughes <me@iamphill.com>2017-08-18 13:07:05 +0300
commitd5ab1000aa705558db7b7b1e2a8f49bbc72f3db2 (patch)
treec4f25255f196f7e48c1b50e4905c2bb46190ea52 /app/views/admin/groups/show.html.haml
parentbec6ea20f6933f07cb616c29ce72efc076a97dc0 (diff)
various breadcrumb updates
Diffstat (limited to 'app/views/admin/groups/show.html.haml')
-rw-r--r--app/views/admin/groups/show.html.haml2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/admin/groups/show.html.haml b/app/views/admin/groups/show.html.haml
index 2aadc071c75..3e02f7b1e16 100644
--- a/app/views/admin/groups/show.html.haml
+++ b/app/views/admin/groups/show.html.haml
@@ -1,3 +1,5 @@
+- add_to_breadcrumbs "Groups", admin_groups_path
+- breadcrumb_title @group.name
- page_title @group.name, "Groups"
%h3.page-title
Group: #{@group.full_name}