summaryrefslogtreecommitdiff
path: root/app/views/dashboard
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2015-04-10 14:39:10 +0200
committerDouwe Maan <douwe@gitlab.com>2015-04-14 12:05:49 +0200
commitff3caad4caf46049c8f202849a05fb15a2aaccb8 (patch)
tree77a75ff9d82a16b4f4637452c8c5fe157e0edcbc /app/views/dashboard
parentae6d0aaae0d8f6251b30a8e5243a98f083f0cac9 (diff)
downloadgitlab-ce-ff3caad4caf46049c8f202849a05fb15a2aaccb8.tar.gz
Rename manage_group ability to admin_group for consistency with project.
Diffstat (limited to 'app/views/dashboard')
-rw-r--r--app/views/dashboard/groups/index.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/dashboard/groups/index.html.haml b/app/views/dashboard/groups/index.html.haml
index 165db214d75..0cb7f764fab 100644
--- a/app/views/dashboard/groups/index.html.haml
+++ b/app/views/dashboard/groups/index.html.haml
@@ -17,7 +17,7 @@
- group = group_member.group
%li
.pull-right
- - if can?(current_user, :manage_group, group)
+ - if can?(current_user, :admin_group, group)
= link_to edit_group_path(group), class: "btn-sm btn btn-grouped" do
%i.fa.fa-cogs
Settings