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

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

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