issue_edit_fr.rhtml
7 lines
| 334 B
| text/html+ruby
|
RhtmlLexer
|
r52 | La demande #<%= @issue.id %> a été mise à jour. | |
|
r200 | <%= @journal.user.name %> | |
|
r52 | <% for detail in @journal.details %> | |
|
r53 | <%= show_detail(detail, true) %> | |
|
r52 | <% end %> | |
|
r200 | <%= @journal.notes if @journal.notes? %> | |
|
r52 | ---------------------------------------- | |
<%= render :file => "_issue", :use_full_path => true, :locals => { :issue => @issue } %> |