##// 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
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 } %>