3 lines
188 B
Text
3 lines
188 B
Text
= form_for [@project, @issue],
|
|
html: { class: 'issue-form common-note-form js-quick-submit js-requires-input' } do |f|
|
|
= render 'shared/issuable/form', f: f, issuable: @issue
|