debian-mirror-gitlab/app/views/projects/issues/_form.html.haml

4 lines
227 B
Text
Raw Normal View History

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