2007-04-04 20:22:00 +04:00
|
|
|
|
<EFBFBD><EFBFBD><EFBFBD><EFBFBD> #<%= @issue.id %> <20>Ѹ<EFBFBD><D1B8>¡<EFBFBD>
|
2007-03-31 19:51:44 +04:00
|
|
|
|
<%= @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 } %>
|