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

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