debian-mirror-gitlab/app/views/admin/users/_admin_notes.html.haml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
262 B
Text
Raw Normal View History

2022-08-13 15:12:31 +05:30
.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'