summaryrefslogtreecommitdiff
path: root/app/views/shared/members/_group.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/shared/members/_group.html.haml')
-rw-r--r--app/views/shared/members/_group.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/members/_group.html.haml b/app/views/shared/members/_group.html.haml
index e83ca5eaab8..42a823e3a8d 100644
--- a/app/views/shared/members/_group.html.haml
+++ b/app/views/shared/members/_group.html.haml
@@ -32,7 +32,7 @@
%ul
- Gitlab::Access.options.each do |role, role_id|
%li
- = link_to role, "javascript:void(0)",
+ = link_to role, '#',
class: ("is-active" if group_link.group_access == role_id),
data: { id: role_id, el_id: dom_id }
.clearable-input.member-form-control.d-sm-inline-block