2018-11-08 19:23:39 +05:30
|
|
|
= form_for [@project.namespace.becomes(Namespace), @project, @issue],
|
|
|
|
html: { class: 'issue-form common-note-form js-quick-submit js-requires-input' },
|
|
|
|
data: { markdown_version: @issue.cached_markdown_version } do |f|
|
2015-12-23 02:04:40 +05:30
|
|
|
= render 'shared/issuable/form', f: f, issuable: @issue
|