issue_edit_it.rhtml
7 lines
| 326 B
| text/html+ruby
|
RhtmlLexer
|
r331 | L'anomalia #<%= @issue.id %> e' stata aggiornata. | |
<%= @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 } %> |