@@ -94,8 +94,9 module RepositoriesHelper | |||
|
94 | 94 | :id => @project, |
|
95 | 95 | :path => path_param, |
|
96 | 96 | :rev => @changeset.identifier) |
|
97 |
output << "<li class='#{style}'>#{text} |
|
|
97 | output << "<li class='#{style}'>#{text}" | |
|
98 | 98 | output << render_changes_tree(s) |
|
99 | output << "</li>" | |
|
99 | 100 | elsif c = tree[file][:c] |
|
100 | 101 | style << " change-#{c.action}" |
|
101 | 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