You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

issue_edit.text.erb 471B

123456789101112
  1. <%= "(#{l(:field_private_notes)}) " if @journal.private_notes? -%><%= l(:text_issue_updated, :id => "##{@issue.id}", :author => @journal.user) %>
  2. <% details_to_strings(@journal_details, true).each do |string| -%>
  3. <%= string %>
  4. <% end -%>
  5. <% if @journal.notes? -%>
  6. <%= @journal.notes %>
  7. <% end -%>
  8. ----------------------------------------
  9. <%= render :partial => 'issue', :formats => [:text], :locals => { :issue => @issue, :user => @user, :issue_url => @issue_url } %>