8 lines
325 B
Plaintext
8 lines
325 B
Plaintext
Issue #<%= @issue.id %> has been updated.
|
|
<%= @journal.user.name %>
|
|
<% for detail in @journal.details %>
|
|
<%= show_detail(detail, true) %>
|
|
<% end %>
|
|
<%= @journal.notes if @journal.notes? %>
|
|
----------------------------------------
|
|
<%= render :file => "_issue", :use_full_path => true, :locals => { :issue => @issue } %> |