comparison .svn/pristine/1f/1f9c661edb9e69ef278bc8ed1ac62fe858e7f6e1.svn-base @ 1464:261b3d9a4903 redmine-2.4

Update to Redmine 2.4 branch rev 12663
author Chris Cannam
date Tue, 14 Jan 2014 14:37:42 +0000
parents
children
comparison
equal deleted inserted replaced
1296:038ba2d95de8 1464:261b3d9a4903
1 <%= "(#{l(:field_private_notes)}) " if @journal.private_notes? -%><%= l(:text_issue_updated, :id => "##{@issue.id}", :author => @journal.user) %>
2
3 <% details_to_strings(@journal.details, true).each do |string| -%>
4 <%= string %>
5 <% end -%>
6
7 <% if @journal.notes? -%>
8 <%= @journal.notes %>
9
10 <% end -%>
11 ----------------------------------------
12 <%= render :partial => 'issue', :formats => [:text], :locals => { :issue => @issue, :issue_url => @issue_url } %>