mirror of
https://github.com/redmine/redmine.git
synced 2026-03-06 04:21:23 +01:00
git-svn-id: http://redmine.rubyforge.org/svn/branches/work@1200 e93f8b46-1217-0410-a6f0-8f06a7374b81
10 lines
332 B
Plaintext
10 lines
332 B
Plaintext
<%= l(:text_issue_updated, "##{@issue.id}", @journal.user) %>
|
|
|
|
<% 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 } %>
|