From 6f2a0b37ae464e0d086d0c6c5f0a1485273f0849 Mon Sep 17 00:00:00 2001 From: Carlos Morais + Paulo Meirelles Date: Mon, 9 Jan 2012 15:05:27 -0200 Subject: [PATCH] Showing source tree expanded by default --- plugins/mezuro/lib/kalibro/entities/module_node.rb | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/plugins/mezuro/lib/kalibro/entities/module_node.rb b/plugins/mezuro/lib/kalibro/entities/module_node.rb index 9f37274..72e4005 100644 --- a/plugins/mezuro/lib/kalibro/entities/module_node.rb +++ b/plugins/mezuro/lib/kalibro/entities/module_node.rb @@ -25,16 +25,17 @@ class Kalibro::Entities::ModuleNode < Kalibro::Entities::Entity id = @module.name "" + "" + - "" + cell + "" + - "" + + "" + "" + "
" + + "" + "" + + "alt=\"+\" src=\"/plugins/mezuro/images/plus.png\" class=\"link\"" + + "style=\"display: none\"/>" + "" + + "/>" + "
" + @child.collect { |child| child.print }.to_s + -- libgit2 0.21.2