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:
authorThomas Berger <tbe@boreus.de>2013-01-11 20:53:30 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-02-28 18:39:58 +0400
commit7ed08786542ebb62ca9d1f7943d148c0290032a7 (patch)
tree6330991ac07a0b3be17816a3fed8938fab461541 /app/views/notify/new_issue_email.text.erb
parent6682689ab2367b1215b5cf2d521858e094496c39 (diff)
added text-templates for mail notification
Diffstat (limited to 'app/views/notify/new_issue_email.text.erb')
-rw-r--r--app/views/notify/new_issue_email.text.erb4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/views/notify/new_issue_email.text.erb b/app/views/notify/new_issue_email.text.erb
new file mode 100644
index 00000000000..5ed55c35b23
--- /dev/null
+++ b/app/views/notify/new_issue_email.text.erb
@@ -0,0 +1,4 @@
+New Issue was created and assigned to you.
+
+
+Issue <%= @issue.id %>: <%= url_for(project_issue_url(@issue.project, @issue)) %>