mirror of
https://github.com/redmine/redmine.git
synced 2026-03-09 14:10:47 +01:00
git-svn-id: http://redmine.rubyforge.org/svn/branches/work@1049 e93f8b46-1217-0410-a6f0-8f06a7374b81
9 lines
339 B
Plaintext
9 lines
339 B
Plaintext
<%= l(:text_issue_updated, "##{@issue.id}") %>
|
|
<%= @journal.user.name %>
|
|
<% for detail in @journal.details %>
|
|
<%= show_detail(detail, true) %>
|
|
<% end %>
|
|
<%= @journal.notes if @journal.notes? %>
|
|
----------------------------------------
|
|
<%= render :partial => "issue_text_plain", :locals => { :issue => @issue, :issue_url => @issue_url } %>
|