summaryrefslogtreecommitdiff
path: root/app/views/shared/admin/_admin_note.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/shared/admin/_admin_note.html.haml')
-rw-r--r--app/views/shared/admin/_admin_note.html.haml6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/shared/admin/_admin_note.html.haml b/app/views/shared/admin/_admin_note.html.haml
index 82407705885..9dcf181a118 100644
--- a/app/views/shared/admin/_admin_note.html.haml
+++ b/app/views/shared/admin/_admin_note.html.haml
@@ -1,7 +1,7 @@
- if @group.admin_note.present?
- text = @group.admin_note.note
- .card.border-info
- .card-header.bg-info.gl-text-white
+ = render Pajamas::CardComponent.new(card_options: { class: 'gl-border-blue-500 gl-mb-5' }, header_options: { class: 'gl-bg-blue-500 gl-text-white' }) do |c|
+ - c.header do
= s_('Admin|Admin notes')
- .card-body
+ - c.body do
%p= text