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