Skip to content
Snippets Groups Projects
Unverified Commit c1824ac7 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray
Browse files

Fix styling of all card elements

parent c2396171
No related branches found
No related tags found
1 merge request!10495Merge Requests - Assignee
Loading
Loading
@@ -128,8 +128,8 @@
.col-md-6
- unless @user == current_user
- unless @user.confirmed?
.card.bg-info
.card-header
.card.border-info
.card-header.bg-info.text-white
Confirm user
.card-body
- if @user.unconfirmed_email.present?
Loading
Loading
@@ -162,8 +162,8 @@
%br
= link_to 'Block user', block_admin_user_path(@user), data: { confirm: 'USER WILL BE BLOCKED! Are you sure?' }, method: :put, class: "btn btn-warning"
- if @user.access_locked?
.card.bg-info
.card-header
.card.border-info
.card-header.bg-info.text-white
This account has been locked
.card-body
%p This user has been temporarily locked due to excessive number of failed logins. You may manually unlock the account.
Loading
Loading
- unless @project.pages_deployed?
.card.bg-info
.card-header
.card.border-info
.card-header.bg-info.text-white
Configure pages
.card-body
%p
Loading
Loading
Loading
Loading
@@ -2,8 +2,8 @@
- primary = local_assigns.fetch(:primary, false)
- panel_class = primary ? 'bg-primary text-white' : ''
 
.card{ class: panel_class }
.card-header
.card
.card-header{ class: panel_class }
.title
= title
- if show_counter
Loading
Loading
Loading
Loading
@@ -19,5 +19,5 @@
.monospace
= File.basename(file)
- else
%p.card.bg-light.text-center
No plugins found.
.card.bg-light.text-center
.nothing-here-block No plugins found.
---
title: Fix blocked user card style
merge_request:
merge_request: 21095
author:
type: fixed
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment