@@ -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 => |
|
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