##// END OF EJS Templates
Link to view specific file on revision view fails with Subversion repository subdirectory (#1525)....
Jean-Philippe Lang -
r1573:b3939fb134c3
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 => change.relative_path, :rev => @changeset.revision -%>
53 <%= link_to change.path, :action => 'entry', :id => @project, :path => without_leading_slash(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