diff --git a/app/helpers/repositories_helper.rb b/app/helpers/repositories_helper.rb index cba50a0..2a4e657 100644 --- a/app/helpers/repositories_helper.rb +++ b/app/helpers/repositories_helper.rb @@ -94,8 +94,9 @@ module RepositoriesHelper :id => @project, :path => path_param, :rev => @changeset.identifier) - output << "
  • #{text}
  • " + output << "
  • #{text}" output << render_changes_tree(s) + output << "
  • " elsif c = tree[file][:c] style << " change-#{c.action}" path_param = to_path_param(@repository.relative_path(c.path))