Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_admin_note_form.html.haml « admin « shared « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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'