Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_form.html.haml « issues « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1be1087b36f9e5fd9afb4b639f7ac2758611cd3c (plain)
1
2
3
= 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