2020-06-23 00:09:42 +05:30
|
|
|
- if @user.note.present?
|
|
|
|
- text = @user.note
|
2022-11-25 23:54:43 +05:30
|
|
|
= render Pajamas::CardComponent.new(card_options: { class: 'gl-mb-5' }, body_options: { class: 'gl-pb-0'}) do |c|
|
2023-07-09 08:55:56 +05:30
|
|
|
- c.with_header do
|
2020-06-23 00:09:42 +05:30
|
|
|
= _('Admin Note')
|
2023-07-09 08:55:56 +05:30
|
|
|
- c.with_body do
|
2020-06-23 00:09:42 +05:30
|
|
|
%p= text
|