diff options
author | Tim Hinderliter <tim@opscode.com> | 2010-05-10 11:35:57 -0700 |
---|---|---|
committer | Daniel DeLeo <dan@opscode.com> | 2010-06-03 12:21:54 -0700 |
commit | ff84e220128c571edceabbfc0a21add581327053 (patch) | |
tree | ab95b792758209263f2147b305d7d109303b1dea /chef-server-webui | |
parent | a226b78047deea5493ad6a1f4318bc877d295dc9 (diff) | |
download | chef-ff84e220128c571edceabbfc0a21add581327053.tar.gz |
cleanup only commit -- rename variables/method, remove dead code
Diffstat (limited to 'chef-server-webui')
-rw-r--r-- | chef-server-webui/app/controllers/application.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chef-server-webui/app/controllers/application.rb b/chef-server-webui/app/controllers/application.rb index 2778be878f..f35f9732fd 100644 --- a/chef-server-webui/app/controllers/application.rb +++ b/chef-server-webui/app/controllers/application.rb @@ -156,7 +156,6 @@ class Application < Merb::Controller files_list end - def build_tree(name, node) html = "<table id='#{name}' class='tree table'>" html << "<tr><th class='first'>Attribute</th><th class='last'>Value</th></tr>" |