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
path: root/app/views
diff options
context:
space:
mode:
authorKushal Pandya <kushalspandya@gmail.com>2019-05-13 18:17:04 +0300
committerKushal Pandya <kushalspandya@gmail.com>2019-05-13 18:17:04 +0300
commit505ffe56576caf67bedcb20d86a8c8a3e8e4c4b3 (patch)
treef1c0efbfb7cbcdc6e3753233a23b1c3ce157215d /app/views
parent26ee5c0599936e4f8660aa2f37c01e601098e38e (diff)
parent9674ed7129189047c72a0111455118283a4dfa4b (diff)
Merge branch 'ce-11542-remove-non-semantic-use-of-row-in-member-listing-controls' into 'master'
CE backport: Remove non-semantic use of `.row` in member listing controls See merge request gitlab-org/gitlab-ce!28204
Diffstat (limited to 'app/views')
-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 2e5747121b6..2db1f67a793 100644
--- a/app/views/shared/members/_member.html.haml
+++ b/app/views/shared/members/_member.html.haml
@@ -53,7 +53,7 @@
= time_ago_with_tooltip(member.created_at)
- if show_roles
- current_resource = @project || @group
- .controls.member-controls.row
+ .controls.member-controls
- if show_controls && member.source == current_resource
- if member.can_resend_invite?