debian-mirror-gitlab/app/views/admin/users/_admin_notes.html.haml
2022-07-23 20:15:48 +02:00

6 lines
207 B
Text

%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'