debian-mirror-gitlab/app/views/admin/users/_user_detail_note.html.haml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
236 B
Text
Raw Normal View History

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|
- c.header do
2020-06-23 00:09:42 +05:30
= _('Admin Note')
2022-11-25 23:54:43 +05:30
- c.body do
2020-06-23 00:09:42 +05:30
%p= text