@@ -47,7 +47,11 | |||
|
47 | 47 | <% @changes.each do |change| %> |
|
48 | 48 | <tr class="<%= cycle 'odd', 'even' %>"> |
|
49 | 49 | <td><div class="square action_<%= change.action %>"></div> |
|
50 | <%= link_to change.path, :action => 'entry', :id => @project, :path => change.relative_path, :rev => @changeset.revision %> | |
|
50 | <% if change.action == "D" -%> | |
|
51 | <%= change.path -%> | |
|
52 | <% else -%> | |
|
53 | <%= link_to change.path, :action => 'entry', :id => @project, :path => change.relative_path, :rev => @changeset.revision -%> | |
|
54 | <% end -%> | |
|
51 | 55 | <%= "(#{change.revision})" unless change.revision.blank? %></td> |
|
52 | 56 | <td align="right"> |
|
53 | 57 | <% if change.action == "M" %> |
General Comments 0
You need to be logged in to leave comments.
Login now