summaryrefslogtreecommitdiffstats
path: root/app/views/mailer/issue_edit.text.erb
blob: 3542c1789622fc1380eaeb0c6ffad421a92476a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<%= "(#{l(:field_private_notes)}) " if @journal.private_notes? -%><%= l(:text_issue_updated, :id => "##{@issue.id}", :author => @journal.user) %>

<% details_to_strings(@journal_details, true).each do |string| -%>
<%= string %>
<% end -%>

<% if @journal.notes? -%>
<%= @journal.notes %>

<% end -%>
----------------------------------------
<%= render :partial => 'issue', :formats => [:text], :locals => { :issue => @issue, :user => @user, :issue_url => @issue_url } %>