summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-12-08 21:11:20 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-12-13 16:43:45 +0200
commit5c06875c39c8b525db41e73560f8cb1746119dd9 (patch)
tree29fe9b5a6a7bcd577e973bd4e32c964ee5b1e68b
parent8128ce3054749401acfee2c91d38e0e731253624 (diff)
downloadgitlab-ce-5c06875c39c8b525db41e73560f8cb1746119dd9.tar.gz
Use full group name for admin group index and show pages
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-rw-r--r--app/views/admin/groups/_group.html.haml2
-rw-r--r--app/views/admin/groups/show.html.haml2
2 files changed, 2 insertions, 2 deletions
diff --git a/app/views/admin/groups/_group.html.haml b/app/views/admin/groups/_group.html.haml
index 664bb417c6a..eb4de01fb18 100644
--- a/app/views/admin/groups/_group.html.haml
+++ b/app/views/admin/groups/_group.html.haml
@@ -20,7 +20,7 @@
= image_tag group_icon(group), class: "avatar s40 hidden-xs"
.title
= link_to [:admin, group], class: 'group-name' do
- = group.name
+ = group.full_name
- if group.description.present?
.description
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