##// END OF EJS Templates
Fixed routing failure with jruby 1.6....
Fixed routing failure with jruby 1.6. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9021 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r8601:cd6db6a3cbe4
r8901:81554eae5af1
Show More
issue_edit.html.erb
11 lines | 359 B | text/plain | TextLexer
<%= l(:text_issue_updated, :id => "##{@issue.id}", :author => h(@journal.user)) %>
<ul>
<% details_to_strings(@journal.details).each do |string| %>
<li><%= string %></li>
<% end %>
</ul>
<%= textilizable(@journal, :notes, :only_path => false) %>
<hr />
<%= render :partial => "issue.html.erb", :locals => { :issue => @issue, :issue_url => @issue_url } %>