summaryrefslogtreecommitdiffstats
path: root/app/views/mailer/issue_edit.html.erb
blob: 53bd089e63dbf3b44cad7c161584c753d7cb28a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
<%= l(:text_issue_updated, :id => "##{@issue.id}", :author => h(@journal.user)) %>

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

<%= textilizable(@journal, :notes, :only_path => false) %>
<hr />
<%= render :partial => "issue.html.erb", :locals => { :issue => @issue, :issue_url => @issue_url } %>