summaryrefslogtreecommitdiffstats
path: root/app/views/mailer/issue_edit.text.plain.rhtml
blob: 870f8fa3a6b45da18484f9b48ce2d50e10e86377 (plain)
1
2
3
4
5
6
7
8
9
<%= l(:text_issue_updated, :id => "##{@issue.id}", :author => @journal.user) %>

<% for detail in @journal.details -%>
<%= show_detail(detail, true) %>
<% end -%>

<%= @journal.notes if @journal.notes? %>
----------------------------------------
<%= render :partial => "issue_text_plain", :locals => { :issue => @issue, :issue_url => @issue_url } %>