1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-03-24 01:39:53 +00:00
redmine/rails-2.0/app/views/mailer/issue_edit.text.plain.rhtml
Jean-Philippe Lang 406f6431e9 Rails 2.0 compatibility branch
git-svn-id: http://redmine.rubyforge.org/svn/branches/work@965 e93f8b46-1217-0410-a6f0-8f06a7374b81
2007-12-09 19:04:52 +00:00

9 lines
361 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 :file => "_issue_text_plain", :use_full_path => true, :locals => { :issue => @issue, :issue_url => @issue_url } %>