issue_edit_en.rhtml
7 lines
| 325 B
| text/html+ruby
|
RhtmlLexer
|
r52 | Issue #<%= @issue.id %> has been updated. | |
<%= @journal.user.name %> | |||
<% for detail in @journal.details %> | |||
|
r53 | <%= show_detail(detail, true) %> | |
|
r52 | <% end %> | |
<%= @journal.notes if @journal.notes? %> | |||
---------------------------------------- | |||
<%= render :file => "_issue", :use_full_path => true, :locals => { :issue => @issue } %> |