96f83cc8f0
git-svn-id: http://redmine.rubyforge.org/svn/trunk@67 e93f8b46-1217-0410-a6f0-8f06a7374b81
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 } %> |