summaryrefslogtreecommitdiff
path: root/app/views/shared/admin/_admin_note_form.html.haml
blob: 0bc26f9120f04f8e658e845959043eb3bd498382 (plain)
1
2
3
4
5
6
.form-group.row
  = f.fields_for :admin_note do |an|
    .col-sm-2.col-form-label.gl-text-right
      = an.label :note, s_('Admin|Admin notes')
    .col-sm-10
      = an.text_area :note, class: 'form-control'