issue_edit_pt-br.rhtml
7 lines
| 315 B
| text/html+ruby
|
RhtmlLexer
|
r560 | Tarefa #<%= @issue.id %> foi alterada. | |
<%= @journal.user.name %> | |||
<% for detail in @journal.details %> | |||
<%= show_detail(detail, true) %> | |||
<% end %> | |||
<%= @journal.notes if @journal.notes? %> | |||
---------------------------------------- | |||
|
r515 | <%= render :file => "_issue", :use_full_path => true, :locals => { :issue => @issue } %> |