summaryrefslogtreecommitdiffstats
path: root/app/views/mailer/issue_add.html.erb
blob: 2bceb7253f8a239eedc16a635a49d44551bbfe2a (plain)
1
2
3
<%= l(:text_issue_added, :id => "##{@issue.id}", :author => h(@issue.author)) %>
<hr />
<%= render :partial => "issue.html.erb", :locals => { :issue => @issue, :issue_url => @issue_url } %>