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.

7 lines
207 B
Text
Raw Normal View History

2020-06-23 00:09:42 +05:30
%fieldset
2022-07-23 23:45:48 +05:30
%legend.gl-border-bottom-0= _('Admin notes')
2020-06-23 00:09:42 +05:30
.form-group.row
2022-07-23 23:45:48 +05:30
.col-12
2021-04-29 21:17:54 +05:30
= f.label :note, s_('Admin|Note')
2021-03-11 19:13:27 +05:30
= f.text_area :note, class: 'form-control gl-form-input gl-form-textarea'