mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-11 21:56:19 +10:00
Changed to "Create Issue"
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
%div.issue-form-holder
|
||||
%h3.page-title= @issue.new_record? ? "Create New Issue" : "Edit Issue ##{@issue.iid}"
|
||||
%h3.page-title= @issue.new_record? ? "Create Issue" : "Edit Issue ##{@issue.iid}"
|
||||
%hr
|
||||
|
||||
= form_for [@project.namespace.becomes(Namespace), @project, @issue], html: { class: 'form-horizontal issue-form gfm-form' } do |f|
|
||||
|
||||
Reference in New Issue
Block a user