issue_edit.html.erb
14 lines
| 495 B
| text/plain
|
TextLexer
|
r11639 | <% if @journal.private_notes? %> | ||
(<%= l(:field_private_notes) %>) | ||||
<% end %> | ||||
|
r3338 | <%= l(:text_issue_updated, :id => "##{@issue.id}", :author => h(@journal.user)) %> | ||
|
r1108 | |||
|
r712 | <ul> | ||
|
r11782 | <% details_to_strings(@journal_details, false, :only_path => false).each do |string| %> | ||
|
r8601 | <li><%= string %></li> | ||
|
r712 | <% end %> | ||
</ul> | ||||
|
r1108 | |||
|
r8903 | <%= textilizable(@journal, :notes, :only_path => false) %> | ||
|
r712 | <hr /> | ||
|
r11782 | <%= render :partial => 'issue', :formats => [:html], :locals => { :issue => @issue, :users => @users, :issue_url => @issue_url } %> | ||