b2c70230b3
This engine was replaced with CommonMarker in 11.4, it was deprecated since then.
3 lines
227 B
Text
3 lines
227 B
Text
= form_for [@project.namespace.becomes(Namespace), @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
|