summaryrefslogtreecommitdiff
path: root/app/views/admin/groups/show.html.haml
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-06-03 16:40:50 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-06-03 16:40:50 +0300
commitad432583a91ada2e75a2546cef51982a566ecc0f (patch)
tree08a969525443d3c799c485f7a801cd2ff881eae7 /app/views/admin/groups/show.html.haml
parent5b87a4dc517eccb0e100ce751bf631bc0ee01100 (diff)
downloadgitlab-ce-ad432583a91ada2e75a2546cef51982a566ecc0f.tar.gz
Improve UI/UX for create/edit group in admin area
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.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