summaryrefslogtreecommitdiff
path: root/app/views/notify/closed_issue_email.text.haml
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-03-28 12:33:54 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-03-28 12:33:54 +0200
commitecf3b2e4710276aa1e12a931960bda2aff6ec95c (patch)
tree038e37838fd8fdf89e319f739a1f0b28462780a3 /app/views/notify/closed_issue_email.text.haml
parentc04120c1c512bd515fceccc70d0c7cf0a6bf4cb7 (diff)
downloadgitlab-ce-ecf3b2e4710276aa1e12a931960bda2aff6ec95c.tar.gz
add text templates to new emails
Diffstat (limited to 'app/views/notify/closed_issue_email.text.haml')
-rw-r--r--app/views/notify/closed_issue_email.text.haml3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/notify/closed_issue_email.text.haml b/app/views/notify/closed_issue_email.text.haml
new file mode 100644
index 00000000000..0cca321552c
--- /dev/null
+++ b/app/views/notify/closed_issue_email.text.haml
@@ -0,0 +1,3 @@
+= "Issue was closed by #{@updated_by.name}"
+
+Issue ##{@issue.id}: #{project_issue_url(@issue.project, @issue)}