debian-mirror-gitlab/app/views/admin/users/_user_detail_note.html.haml
2023-07-09 08:55:56 +05:30

7 lines
246 B
Text

- if @user.note.present?
- text = @user.note
= render Pajamas::CardComponent.new(card_options: { class: 'gl-mb-5' }, body_options: { class: 'gl-pb-0'}) do |c|
- c.with_header do
= _('Admin Note')
- c.with_body do
%p= text