_admin_notes.html.haml 193 Bytes
Newer Older
1 2 3
%fieldset
  %legend= _('Admin notes')
  .form-group.row
Kev's avatar
Kev committed
4
    .col-sm-2.col-form-label
5
      = f.label :note, s_('AdminNote|Note')
6 7
    .col-sm-10
      = f.text_area :note, class: 'form-control'