1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-03-13 12:43:08 +00:00
redmine/wiki/app/views/mailer/issue_edit_fr.rhtml
Jean-Philippe Lang c32c92bfa9 created wiki branch
git-svn-id: http://redmine.rubyforge.org/svn/branches/work@286 e93f8b46-1217-0410-a6f0-8f06a7374b81
2007-02-28 22:58:00 +00:00

8 lines
334 B
Plaintext

La demande #<%= @issue.id %> a été mise à jour.
<%= @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 } %>