2006-11-28 01:31:14 +03:00
|
|
|
Issue #<%= @issue.id %> has been updated.
|
|
|
|
<%= @journal.user.name %>
|
|
|
|
<% for detail in @journal.details %>
|
2006-11-28 01:45:10 +03:00
|
|
|
<%= show_detail(detail, true) %>
|
2006-11-28 01:31:14 +03:00
|
|
|
<% end %>
|
|
|
|
<%= @journal.notes if @journal.notes? %>
|
|
|
|
----------------------------------------
|
|
|
|
<%= render :file => "_issue", :use_full_path => true, :locals => { :issue => @issue } %>
|