Fix blocked user card styles
This commit is contained in:
parent
6f21652f0b
commit
c23961710b
2 changed files with 7 additions and 2 deletions
|
@ -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:
|
||||
|
|
5
changelogs/unreleased/50126-blocked-user-card.yml
Normal file
5
changelogs/unreleased/50126-blocked-user-card.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: Fix blocked user card style
|
||||
merge_request:
|
||||
author:
|
||||
type: fixed
|
Loading…
Reference in a new issue