issue_edit.text.plain.rhtml
8 lines
| 361 B
| text/html+ruby
|
RhtmlLexer
|
r712 | <%= l(:text_issue_updated, "##{@issue.id}") %> | ||
|
r330 | <%= @journal.user.name %> | ||
<% for detail in @journal.details %> | ||||
<%= show_detail(detail, true) %> | ||||
<% end %> | ||||
<%= @journal.notes if @journal.notes? %> | ||||
---------------------------------------- | ||||
|
r864 | <%= render :file => "_issue_text_plain", :use_full_path => true, :locals => { :issue => @issue, :issue_url => @issue_url } %> | ||