issue_edit_bg.rhtml
7 lines
| 328 B
| text/html+ruby
|
RhtmlLexer
|
r499 | Задача #<%= @issue.id %> е обновена. | |
<%= @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 } %> |