summaryrefslogtreecommitdiff
path: root/app/views/admin/users/_user_detail_note.html.haml
blob: 65ef1c0710d3a016f6fd0c2a27603a994874174e (plain)
1
2
3
4
5
6
7
- 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