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