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: dce008afb26edfb09f28fab72abd15efd9f6b396 (plain)
1
2
3
4
5
6
7
8
9
.gl-mb-3
  .row
    .col-lg-4
      %h4.gl-mt-0
        = _('Admin notes')
    .col-lg-8
      .form-group.gl-form-group{ role: 'group' }
        = f.label :note, s_('Admin|Note')
        = f.text_area :note, class: 'form-control gl-form-input gl-form-textarea'