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