summaryrefslogtreecommitdiff
path: root/app/views/notify/note_issue_email.text.erb
diff options
context:
space:
mode:
authorJames Newton <james@Zaphyous.com>2013-08-29 21:26:32 -0500
committerJames Newton <james@Zaphyous.com>2013-08-29 21:26:32 -0500
commit850b4af0fffa77d5f3440d89015543f060d9ac67 (patch)
tree65143dfa315bcecad757206a528530e3ca42a6f6 /app/views/notify/note_issue_email.text.erb
parent25a723c3ae04c5818427682b2fbe97609a97f1ea (diff)
downloadgitlab-ce-850b4af0fffa77d5f3440d89015543f060d9ac67.tar.gz
have email views use iid
Diffstat (limited to 'app/views/notify/note_issue_email.text.erb')
-rw-r--r--app/views/notify/note_issue_email.text.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/notify/note_issue_email.text.erb b/app/views/notify/note_issue_email.text.erb
index a476b286ae4..8a61f54a337 100644
--- a/app/views/notify/note_issue_email.text.erb
+++ b/app/views/notify/note_issue_email.text.erb
@@ -1,4 +1,4 @@
-New comment for Issue <%= @issue.id %>
+New comment for Issue <%= @issue.iid %>
<%= url_for(project_issue_url(@issue.project, @issue, anchor: "note_#{@note.id}")) %>