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: 10f654e0f716079bf235aa97a0276d7d22b19ca6 (plain)
1
2
3
4
5
6
%fieldset
  %legend.gl-border-bottom-0= _('Admin notes')
  .form-group.row
    .col-12
      = f.label :note, s_('Admin|Note')
      = f.text_area :note, class: 'form-control gl-form-input gl-form-textarea'