summaryrefslogtreecommitdiff
path: root/app/views/dashboard/groups/index.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/dashboard/groups/index.html.haml')
-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