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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Newton <james@Zaphyous.com>2013-08-30 06:26:32 +0400
committerJames Newton <james@Zaphyous.com>2013-08-30 06:26:32 +0400
commit850b4af0fffa77d5f3440d89015543f060d9ac67 (patch)
tree65143dfa315bcecad757206a528530e3ca42a6f6 /app/views/notify/closed_issue_email.text.haml
parent25a723c3ae04c5818427682b2fbe97609a97f1ea (diff)
have email views use iid
Diffstat (limited to 'app/views/notify/closed_issue_email.text.haml')
-rw-r--r--app/views/notify/closed_issue_email.text.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/notify/closed_issue_email.text.haml b/app/views/notify/closed_issue_email.text.haml
index 0cca321552c..49f160a0d5f 100644
--- a/app/views/notify/closed_issue_email.text.haml
+++ b/app/views/notify/closed_issue_email.text.haml
@@ -1,3 +1,3 @@
= "Issue was closed by #{@updated_by.name}"
-Issue ##{@issue.id}: #{project_issue_url(@issue.project, @issue)}
+Issue ##{@issue.iid}: #{project_issue_url(@issue.project, @issue)}