summaryrefslogtreecommitdiff
path: root/app/views/admin/users/_user_detail_note.html.haml
blob: 4f2a682c5ca74736c76679e2282e7f70aae2906f (plain)
1
2
3
4
5
6
7
- if @user.note.present?
  - text = @user.note
  .card.border-info
    .card-header.bg-info.text-white
      = _('Admin Note')
    .card-body
      %p= text