74ed14f8a2
Removed lang specific strings in the corresponding mail templates, so that there is only one template for all languages. git-svn-id: http://redmine.rubyforge.org/svn/trunk@723 e93f8b46-1217-0410-a6f0-8f06a7374b81
9 lines
335 B
Plaintext
9 lines
335 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 } %>
|