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

8 lines
220 B
Text
Raw Normal View History

2020-06-23 00:09:42 +05:30
%fieldset
%legend= _('Admin notes')
.form-group.row
2021-03-08 18:12:59 +05:30
.col-sm-2.col-form-label
2021-04-29 21:17:54 +05:30
= f.label :note, s_('Admin|Note')
2020-06-23 00:09:42 +05:30
.col-sm-10
2021-03-11 19:13:27 +05:30
= f.text_area :note, class: 'form-control gl-form-input gl-form-textarea'