summaryrefslogtreecommitdiffstats
path: root/app/views/mailer/issue_edit_fr.rhtml
blob: ecea9e2748930f165f49bf7abc31a5d16bd7ae46 (plain)
1
2
3
4
5
6
7
8
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 } %>