##// END OF EJS Templates
move filter order tests from helper to model....
move filter order tests from helper to model. r11372 (#13154) moves filter order logic from helper to model. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11848 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r9457:19e56045dd7c
r11618:f2a609c3589c
Show More
issue_edit.text.erb
12 lines | 389 B | text/plain | TextLexer
<%= l(:text_issue_updated, :id => "##{@issue.id}", :author => @journal.user) %>
<% details_to_strings(@journal.details, true).each do |string| -%>
<%= string %>
<% end -%>
<% if @journal.notes? -%>
<%= @journal.notes %>
<% end -%>
----------------------------------------
<%= render :partial => 'issue', :formats => [:text], :locals => { :issue => @issue, :issue_url => @issue_url } %>