Fix link to owner of group and team in admin interface (4.2)
Compare changes
Files
2@@ -28,7 +28,7 @@
@@ -28,7 +28,7 @@
= link_to 'Rename', edit_admin_group_path(group), id: "edit_#{dom_id(group)}", class: "btn btn-small"
= link_to 'Destroy', [:admin, group], confirm: "REMOVE #{group.name}? Are you sure?", method: :delete, class: "btn btn-small btn-remove"