##// END OF EJS Templates
Fixes links to entries on the revision view (Rails 2.1 compatibility) (#1600)....
Jean-Philippe Lang -
r1634:de3d5a88e4c7
parent child
Show More
@@ -50,7 +50,7
50 <% if change.action == "D" -%>
50 <% if change.action == "D" -%>
51 <%= change.path -%>
51 <%= change.path -%>
52 <% else -%>
52 <% else -%>
53 <%= link_to change.path, :action => 'entry', :id => @project, :path => without_leading_slash(change.relative_path), :rev => @changeset.revision -%>
53 <%= link_to change.path, :action => 'entry', :id => @project, :path => to_path_param(change.relative_path), :rev => @changeset.revision -%>
54 <% end -%>
54 <% end -%>
55 <%= "(#{change.revision})" unless change.revision.blank? %></td>
55 <%= "(#{change.revision})" unless change.revision.blank? %></td>
56 <td align="right">
56 <td align="right">
General Comments 0
You need to be logged in to leave comments. Login now