Commit 3a06e0ea authored by Kushal Pandya's avatar Kushal Pandya Committed by GitLab Release Tools Bot

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

(cherry picked from commit 505ffe56)

9674ed71 Remove non-semantic use of `.row` in member listing controls
parent b92d752e
......@@ -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?
......
---
title: Remove non-semantic use of `.row` in member listing controls
merge_request: 28204
author:
type: fixed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment