summaryrefslogtreecommitdiff
path: root/app/views/admin/users/_admin_notes.html.haml
blob: 5d91ba1a1cabd32971b199d68013cbd2941f79dc (plain)
1
2
3
4
5
6
7
%fieldset
  %legend= _('Admin notes')
  .form-group.row
    .col-sm-2.col-form-label.text-right
      = f.label :note, s_('AdminNote|Note')
    .col-sm-10
      = f.text_area :note, class: 'form-control'