##// END OF EJS Templates
custom fields list screen split in 3 tabs (one for each kind of custom fields)...
custom fields list screen split in 3 tabs (one for each kind of custom fields) git-svn-id: http://redmine.rubyforge.org/svn/trunk@206 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r200:18fd46ab6b9b
r203:f9c400a727f1
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 } %>