mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-14 07:06:17 +10:00
12 lines
233 B
Plaintext
12 lines
233 B
Plaintext
%fieldset.issues-feature
|
|
%legend
|
|
Issues:
|
|
|
|
.form-group
|
|
= f.label :issues_template, class: 'control-label' do
|
|
Description template
|
|
.col-sm-10
|
|
= f.text_area :issues_template, class: "form-control", rows: 3
|
|
|
|
|