]> source.dussan.org Git - redmine.git/commitdiff
Link to view specific file on revision view fails with Subversion repository subdirec...
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Thu, 26 Jun 2008 17:02:09 +0000 (17:02 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Thu, 26 Jun 2008 17:02:09 +0000 (17:02 +0000)
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1587 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/repositories/revision.rhtml

index 527ae6dcd05cab05bc6ff1d932b389565f4f3c2a..a43aa4536b44804e3a2f9371d091538edcf03750 100644 (file)
@@ -50,7 +50,7 @@
 <% if change.action == "D" -%>
     <%= change.path -%>
 <% 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 -%>
 <%= "(#{change.revision})" unless change.revision.blank?  %></td>
 <td align="right">