debian-mirror-gitlab/app/views/admin/users/_admin_notes.html.haml
2020-06-23 00:09:42 +05:30

7 lines
204 B
Text

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