@@ -94,8 +94,9 module RepositoriesHelper | |||||
94 | :id => @project, |
|
94 | :id => @project, | |
95 | :path => path_param, |
|
95 | :path => path_param, | |
96 | :rev => @changeset.identifier) |
|
96 | :rev => @changeset.identifier) | |
97 |
output << "<li class='#{style}'>#{text} |
|
97 | output << "<li class='#{style}'>#{text}" | |
98 | output << render_changes_tree(s) |
|
98 | output << render_changes_tree(s) | |
|
99 | output << "</li>" | |||
99 | elsif c = tree[file][:c] |
|
100 | elsif c = tree[file][:c] | |
100 | style << " change-#{c.action}" |
|
101 | style << " change-#{c.action}" | |
101 | path_param = to_path_param(@repository.relative_path(c.path)) |
|
102 | path_param = to_path_param(@repository.relative_path(c.path)) |
General Comments 0
You need to be logged in to leave comments.
Login now