debian-mirror-gitlab/app/views/admin/users/_admin_notes.html.haml
2021-04-29 21:17:54 +05:30

8 lines
220 B
Text

%fieldset
%legend= _('Admin notes')
.form-group.row
.col-sm-2.col-form-label
= f.label :note, s_('Admin|Note')
.col-sm-10
= f.text_area :note, class: 'form-control gl-form-input gl-form-textarea'