summaryrefslogtreecommitdiff
path: root/app/views/projects/issues/_form.html.haml
diff options
context:
space:
mode:
authorSabba Petri <sabbap@gmail.com>2015-02-27 16:22:53 -0800
committerSabba Petri <sabbap@gmail.com>2015-02-27 16:22:53 -0800
commitdf2353716b076a445c454dcb2da1f09e06f7f3c5 (patch)
tree2f8aca2f9b41dbbc9f04dbc84dc9580370752c8e /app/views/projects/issues/_form.html.haml
parent5bf492fe1ff116d07d3514cde12510092e140f85 (diff)
downloadgitlab-ce-df2353716b076a445c454dcb2da1f09e06f7f3c5.tar.gz
Changed header to Create New Issue
Diffstat (limited to 'app/views/projects/issues/_form.html.haml')
-rw-r--r--app/views/projects/issues/_form.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/issues/_form.html.haml b/app/views/projects/issues/_form.html.haml
index 76075124f9e..4da42c83db8 100644
--- a/app/views/projects/issues/_form.html.haml
+++ b/app/views/projects/issues/_form.html.haml
@@ -1,5 +1,5 @@
%div.issue-form-holder
- %h3.page-title= @issue.new_record? ? "New Issue" : "Edit Issue ##{@issue.iid}"
+ %h3.page-title= @issue.new_record? ? "Create New Issue" : "Edit Issue ##{@issue.iid}"
%hr
= form_for [@project.namespace.becomes(Namespace), @project, @issue], html: { class: 'form-horizontal issue-form gfm-form' } do |f|