summaryrefslogtreecommitdiff
path: root/app/views/projects/issues/_form.html.haml
diff options
context:
space:
mode:
authorRomain <romain@melting-media.com>2013-10-19 09:23:51 +0200
committerRomain <romain@melting-media.com>2013-10-19 09:23:51 +0200
commit53564d90099dacec79f8a4fca010999a3381d9e1 (patch)
tree8f3563f5b5d175af459f34d4f4b27af7aae31659 /app/views/projects/issues/_form.html.haml
parentbae18f0a9865edd607e64e78be96c4db0a25fe89 (diff)
downloadgitlab-ce-53564d90099dacec79f8a4fca010999a3381d9e1.tar.gz
A few other iids instead of ids (mostly in edit forms)
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 6acad9134d1..05cfb2788be 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.id}"
+ %h3.page-title= @issue.new_record? ? "New Issue" : "Edit Issue ##{@issue.iid}"
= form_for [@project, @issue] do |f|
-if @issue.errors.any?
.alert.alert-error