summaryrefslogtreecommitdiffstats
path: root/app/views/mailer/issue_add.text.plain.rhtml
blob: a5740ad89a0930989e89455bb9699660365db5f6 (plain)
1
2
3
4
5
<%= l(:text_issue_added, "##{@issue.id}") %>
----------------------------------------
<%= render :file => "_issue_text_plain", :use_full_path => true, :locals => { :issue => @issue } %>
----------------------------------------
<%= Setting.emails_footer %>