summaryrefslogtreecommitdiff
path: root/app/views/layouts/group.html.haml
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-03-14 11:31:33 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-03-14 11:31:33 +0200
commitcc1dd624aab2f5f85ec121506884965f5353411d (patch)
treebb08f16e1d73df8c33881f1ffcb65bb5cd66f3f5 /app/views/layouts/group.html.haml
parent2f6d289f328d75a42bc0f3d52a2c90083010bd69 (diff)
downloadgitlab-ce-cc1dd624aab2f5f85ec121506884965f5353411d.tar.gz
Restyled group -> edit area. Use select2 for transfer autocomplete
Diffstat (limited to 'app/views/layouts/group.html.haml')
-rw-r--r--app/views/layouts/group.html.haml3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/views/layouts/group.html.haml b/app/views/layouts/group.html.haml
index 2c144de49b3..624d5ab5288 100644
--- a/app/views/layouts/group.html.haml
+++ b/app/views/layouts/group.html.haml
@@ -25,7 +25,6 @@
- if can?(current_user, :manage_group, @group)
= nav_link(path: 'groups#edit') do
= link_to edit_group_path(@group), class: "tab " do
- %i.icon-edit
- Edit Group
+ Settings
.content= yield