mirror of
https://github.com/redmine/redmine.git
synced 2025-11-10 23:36:01 +01:00
8 lines
319 B
Plaintext
8 lines
319 B
Plaintext
|
|
Issue #<%= @issue.id %> has been updated.
|
||
|
|
<%= @journal.user.name %>
|
||
|
|
<% for detail in @journal.details %>
|
||
|
|
<%= show_detail(detail) %>
|
||
|
|
<% end %>
|
||
|
|
<%= @journal.notes if @journal.notes? %>
|
||
|
|
----------------------------------------
|
||
|
|
<%= render :file => "_issue", :use_full_path => true, :locals => { :issue => @issue } %>
|