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
|
2020-06-23 00:09:42 +05:30
|
|
|
= f.label :note, s_('AdminNote|Note')
|
|
|
|
.col-sm-10
|
2021-03-11 19:13:27 +05:30
|
|
|
= f.text_area :note, class: 'form-control gl-form-input gl-form-textarea'
|