Skip to content
Snippets Groups Projects
Commit de3d5a88 authored by Jean-Philippe Lang's avatar Jean-Philippe Lang
Browse files

Fixes links to entries on the revision view (Rails 2.1 compatibility) (#1600).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1648 e93f8b46-1217-0410-a6f0-8f06a7374b81
parent bb76561c
Branches
Tags
No related merge requests found
......@@ -50,7 +50,7 @@
<% if change.action == "D" -%>
<%= change.path -%>
<% else -%>
<%= link_to change.path, :action => 'entry', :id => @project, :path => without_leading_slash(change.relative_path), :rev => @changeset.revision -%>
<%= link_to change.path, :action => 'entry', :id => @project, :path => to_path_param(change.relative_path), :rev => @changeset.revision -%>
<% end -%>
<%= "(#{change.revision})" unless change.revision.blank? %></td>
<td align="right">
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment