##// END OF EJS Templates
fixed #9097: Minor rendering problem within Safari at admin/mail_options and roles permissions...
fixed #9097: Minor rendering problem within Safari at admin/mail_options and roles permissions git-svn-id: http://redmine.rubyforge.org/svn/trunk@308 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r200:18fd46ab6b9b
r305:ef84339003d7
Show More
issue_edit_fr.rhtml
7 lines | 334 B | text/html+ruby | RhtmlLexer
/ app / views / mailer / issue_edit_fr.rhtml
Jean-Philippe Lang
improved issues change history...
r52 La demande #<%= @issue.id %> a été mise à jour.
Jean-Philippe Lang
fixed french issue_edit mail template...
r200 <%= @journal.user.name %>
Jean-Philippe Lang
improved issues change history...
r52 <% for detail in @journal.details %>
Jean-Philippe Lang
mailer bug fix...
r53 <%= show_detail(detail, true) %>
Jean-Philippe Lang
improved issues change history...
r52 <% end %>
Jean-Philippe Lang
fixed french issue_edit mail template...
r200 <%= @journal.notes if @journal.notes? %>
Jean-Philippe Lang
improved issues change history...
r52 ----------------------------------------
<%= render :file => "_issue", :use_full_path => true, :locals => { :issue => @issue } %>