Fix blocked user card styles

This commit is contained in:
Annabel Dunstone Gray 2018-08-08 15:56:21 -05:00
parent 6f21652f0b
commit c23961710b
No known key found for this signature in database
GPG key ID: 7C8C78A372AD7A2D
2 changed files with 7 additions and 2 deletions

View file

@ -138,8 +138,8 @@
%br
= link_to 'Confirm user', confirm_admin_user_path(@user), method: :put, class: "btn btn-info", data: { confirm: 'Are you sure?' }
- if @user.blocked?
.card.bg-info
.card-header
.card.border-info
.card-header.bg-info.text-white
This user is blocked
.card-body
%p A blocked user cannot:

View file

@ -0,0 +1,5 @@
---
title: Fix blocked user card style
merge_request:
author:
type: fixed