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