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