debian-mirror-gitlab/app/views/shared/admin/_admin_note.html.haml
2022-08-27 11:52:29 +05:30

7 lines
306 B
Text

- 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