2007-09-11 21:12:34 +04:00
|
|
|
<%= l(:text_issue_updated, "##{@issue.id}") %><br />
|
|
|
|
<em><%= @journal.user.name %></em>
|
|
|
|
<ul>
|
|
|
|
<% for detail in @journal.details %>
|
|
|
|
<li><%= show_detail(detail, true) %></li>
|
|
|
|
<% end %>
|
|
|
|
</ul>
|
|
|
|
<%= textilizable(@journal.notes) %>
|
|
|
|
<hr />
|
|
|
|
<%= render :file => "_issue_text_html", :use_full_path => true, :locals => { :issue => @issue } %>
|
2007-10-21 18:10:07 +04:00
|
|
|
<hr />
|
|
|
|
<small><em><%= textilizable Setting.emails_footer %></em></small>
|