summaryrefslogtreecommitdiffstats
path: root/app/views/mailer/issue_edit.text.plain.rhtml
blob: 32019eaea01d76b53a8d0111625b8d43e7c9a453 (plain)
1
2
3
4
5
6
7
8
<%= l(:text_issue_updated, "##{@issue.id}") %>
<%= @journal.user.name %>
<% for detail in @journal.details %>
<%= show_detail(detail, true) %>
<% end %>
<%= @journal.notes if @journal.notes? %>
----------------------------------------
<%= render :file => "_issue_text_plain", :use_full_path => true, :locals => { :issue => @issue, :issue_url => @issue_url } %>