Remove non-semantic use of `.row` in member listing controls

This commit is contained in:
Dennis Tang 2019-05-08 12:47:00 +02:00
parent 95b423bcae
commit 9674ed7129
2 changed files with 6 additions and 1 deletions

View File

@ -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?

View File

@ -0,0 +1,5 @@
---
title: Remove non-semantic use of `.row` in member listing controls
merge_request: 28204
author:
type: fixed