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:
Diffstat (limited to 'app/views/admin/groups/show.html.haml')
-rw-r--r--app/views/admin/groups/show.html.haml4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/views/admin/groups/show.html.haml b/app/views/admin/groups/show.html.haml
index b8068886be2..8634f46053d 100644
--- a/app/views/admin/groups/show.html.haml
+++ b/app/views/admin/groups/show.html.haml
@@ -1,7 +1,7 @@
%h3.page-title
Group: #{@group.name}
- = link_to edit_admin_group_path(@group), class: "btn btn-small pull-right" do
+ = link_to edit_admin_group_path(@group), class: "btn pull-right" do
%i.icon-edit
Edit
%hr
@@ -12,6 +12,8 @@
Group info:
%ul.well-list
%li
+ = image_tag group_icon(@group.path), class: "avatar s60"
+ %li
%span.light Name:
%strong= @group.name
%li