4 lines
298 B
Text
4 lines
298 B
Text
= 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|
|
|
= render 'shared/issuable/form', f: f, issuable: @issue
|