summaryrefslogtreecommitdiffstats
path: root/app/views/mailer/issue_add.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/mailer/issue_add.html.erb')
-rw-r--r--app/views/mailer/issue_add.html.erb3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/mailer/issue_add.html.erb b/app/views/mailer/issue_add.html.erb
new file mode 100644
index 000000000..bc62306c1
--- /dev/null
+++ b/app/views/mailer/issue_add.html.erb
@@ -0,0 +1,3 @@
+<%= l(:text_issue_added, :id => "##{@issue.id}", :author => h(@issue.author)) %>
+<hr />
+<%= render :partial => "issue_text_html", :locals => { :issue => @issue, :issue_url => @issue_url } %>