git-svn-id: http://redmine.rubyforge.org/svn/trunk@502 e93f8b46-1217-0410-a6f0-8f06a7374b81
8 lines
328 B
Plaintext
8 lines
328 B
Plaintext
Задача #<%= @issue.id %> е обновена.
|
||
<%= @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 } %> |