7 lines
304 B
Text
7 lines
304 B
Text
- if @group.admin_note&.note?
|
|
- 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
|