gitlab-org--gitlab-foss/app/views/shared/admin/_admin_note.html.haml

8 lines
306 B
Plaintext

- if @group.admin_note.present?
- text = @group.admin_note.note
= 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')
- c.body do
%p= text