Mercurial > hg > soundsoftware-site
comparison .svn/pristine/51/510a60a5690d10f1610284b8357f28ed62a351e6.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 <% if @journal.private_notes? %> | |
2 (<%= l(:field_private_notes) %>) | |
3 <% end %> | |
4 <%= l(:text_issue_updated, :id => "##{@issue.id}", :author => h(@journal.user)) %> | |
5 | |
6 <ul> | |
7 <% details_to_strings(@journal_details, false, :only_path => false).each do |string| %> | |
8 <li><%= string %></li> | |
9 <% end %> | |
10 </ul> | |
11 | |
12 <%= textilizable(@journal, :notes, :only_path => false) %> | |
13 <hr /> | |
14 <%= render :partial => 'issue', :formats => [:html], :locals => { :issue => @issue, :users => @users, :issue_url => @issue_url } %> |