@@ -1,8 +1,8 | |||
|
1 | 1 | La demande #<%= @issue.id %> a été mise à jour. |
|
2 | <%= @journal.user.name %> - <%= format_date(@journal.created_on) %> | |
|
2 | <%= @journal.user.name %> | |
|
3 | 3 | <% for detail in @journal.details %> |
|
4 | 4 | <%= show_detail(detail, true) %> |
|
5 | 5 | <% end %> |
|
6 | <%= journal.notes if journal.notes? %> | |
|
6 | <%= @journal.notes if @journal.notes? %> | |
|
7 | 7 | ---------------------------------------- |
|
8 | 8 | <%= render :file => "_issue", :use_full_path => true, :locals => { :issue => @issue } %> No newline at end of file |
General Comments 0
You need to be logged in to leave comments.
Login now