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:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-12-08 22:11:20 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-12-13 17:43:45 +0300
commit5c06875c39c8b525db41e73560f8cb1746119dd9 (patch)
tree29fe9b5a6a7bcd577e973bd4e32c964ee5b1e68b /app/views/admin/groups/show.html.haml
parent8128ce3054749401acfee2c91d38e0e731253624 (diff)
Use full group name for admin group index and show pages
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
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 40871e32913..969b59ef232 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 edit_admin_group_path(@group), class: "btn pull-right" do
%i.fa.fa-pencil-square-o