Link to view specific file on revision view fails with Subversion repository subdirectory (#1525).
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1587 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
ad7816cea4
commit
b3939fb134
@ -50,7 +50,7 @@
|
|||||||
<% if change.action == "D" -%>
|
<% if change.action == "D" -%>
|
||||||
<%= change.path -%>
|
<%= change.path -%>
|
||||||
<% else -%>
|
<% else -%>
|
||||||
<%= link_to change.path, :action => 'entry', :id => @project, :path => change.relative_path, :rev => @changeset.revision -%>
|
<%= link_to change.path, :action => 'entry', :id => @project, :path => without_leading_slash(change.relative_path), :rev => @changeset.revision -%>
|
||||||
<% end -%>
|
<% end -%>
|
||||||
<%= "(#{change.revision})" unless change.revision.blank? %></td>
|
<%= "(#{change.revision})" unless change.revision.blank? %></td>
|
||||||
<td align="right">
|
<td align="right">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user