Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-08-20 21:52:33 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-08-20 21:52:33 +0300
commit5766bfc446ebf1134b2f2caff14144c74547db7c (patch)
tree453d541fc7b70cfe14d865eaf15c982840ec2efa /app/views/shared/members
parent6e4e1050d9dba2b7b2523fdd1768823ab85feef4 (diff)
Add latest changes from gitlab-org/gitlab@13-3-stable-ee
Diffstat (limited to 'app/views/shared/members')
-rw-r--r--app/views/shared/members/_member.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/members/_member.html.haml b/app/views/shared/members/_member.html.haml
index fa71f4dc9b9..20473b47484 100644
--- a/app/views/shared/members/_member.html.haml
+++ b/app/views/shared/members/_member.html.haml
@@ -33,7 +33,7 @@
- if source.instance_of?(Group) && source != @group
&middot;
- = link_to source.full_name, source, class: "gl-display-inline-block inline-link"
+ = link_to source.full_name, source, class: "member-group-link"
.cgray
- if member.request?