summaryrefslogtreecommitdiff
path: root/app/views/shared/members
diff options
context:
space:
mode:
authorJose Ivan Vargas <jvargas@gitlab.com>2016-12-28 12:54:40 -0600
committerJose Ivan Vargas <jvargas@gitlab.com>2017-01-03 10:52:14 -0600
commit075aae2503d245c3618a4314d12daa22aac6a624 (patch)
tree0e5540b8292cc936f919a317bd6153afe996624d /app/views/shared/members
parent99c263ad10c5265f59586dbd33f3af6b3a2347f5 (diff)
downloadgitlab-ce-075aae2503d245c3618a4314d12daa22aac6a624.tar.gz
Updated the "users" to "members" matches in the view
Reverted the change from the "expires_at" to "expires_at_groups" in the groups controller
Diffstat (limited to 'app/views/shared/members')
-rw-r--r--app/views/shared/members/_group.html.haml1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/views/shared/members/_group.html.haml b/app/views/shared/members/_group.html.haml
index a46ba3b0605..81b5bc1de30 100644
--- a/app/views/shared/members/_group.html.haml
+++ b/app/views/shared/members/_group.html.haml
@@ -37,7 +37,6 @@
%i.clear-icon.js-clear-input
- if can_admin_member
= link_to namespace_project_group_link_path(@project.namespace, @project, group_link),
- remote: true,
method: :delete,
data: { confirm: "Are you sure you want to remove #{group.name}?" },
class: 'btn btn-remove prepend-left-10' do