@@ -14,7 +14,7 | |||
|
14 | 14 | :path => to_path_param(ent_path), |
|
15 | 15 | :rev => @rev, |
|
16 | 16 | :depth => (depth + 1), |
|
17 | :parent_id => tr_id)) %>');"> </span> | |
|
17 | :parent_id => tr_id)) %>');"> </span> | |
|
18 | 18 | <% end %> |
|
19 | 19 | <%= link_to h(ent_name), |
|
20 | 20 | {:action => (entry.is_dir? ? 'show' : 'changes'), :id => @project, :repository_id => @repository.identifier_param, :path => to_path_param(ent_path), :rev => @rev}, |
General Comments 0
You need to be logged in to leave comments.
Login now