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:
authorSean McGivern <sean@mcgivern.me.uk>2016-12-16 12:41:23 +0300
committerSean McGivern <sean@mcgivern.me.uk>2016-12-16 12:41:23 +0300
commitecd0c1757da536c5b522dad563b6621d0d5634b1 (patch)
treee6dfe69feb913ba40cf8e491217606b490c946d0 /app/views/admin/groups/show.html.haml
parent49a70d1e45b4f841379db059177856671c65159c (diff)
parent82f9957d466810314b8f3af672bcdd706905007a (diff)
Merge branch 'dz-nested-groups-title-ui' into 'master'
UI improvements for nested group feature See merge request !8062
Diffstat (limited to 'app/views/admin/groups/show.html.haml')
-rw-r--r--app/views/admin/groups/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/groups/show.html.haml b/app/views/admin/groups/show.html.haml
index 71a605f33b1..7b0175af214 100644
--- a/app/views/admin/groups/show.html.haml
+++ b/app/views/admin/groups/show.html.haml
@@ -1,6 +1,6 @@
- page_title @group.name, "Groups"
%h3.page-title
- Group: #{@group.name}
+ Group: #{@group.full_name}
= link_to admin_group_edit_path(@group), class: "btn pull-right" do
%i.fa.fa-pencil-square-o