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

<ul>
<% details_to_strings(@journal.details, false, :only_path => false).each do |string| %>
  <li><%= string %></li>
<% end %>
</ul>

<%= textilizable(@journal, :notes, :only_path => false) %>
<hr />
<%= render :partial => 'issue', :formats => [:html], :locals => { :issue => @issue, :issue_url => @issue_url } %>