2021-04-29 21:17:54 +05:30
|
|
|
- if @group.admin_note.present?
|
|
|
|
- text = @group.admin_note.note
|
2022-08-27 11:52:29 +05:30
|
|
|
= 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
|
2021-04-29 21:17:54 +05:30
|
|
|
= s_('Admin|Admin notes')
|
2022-08-27 11:52:29 +05:30
|
|
|
- c.body do
|
2021-04-29 21:17:54 +05:30
|
|
|
%p= text
|