diff options
author | Patrick J Cherry <patrick@bytemark.co.uk> | 2011-06-15 19:47:24 +0100 |
---|---|---|
committer | Patrick J Cherry <patrick@bytemark.co.uk> | 2011-06-15 19:47:24 +0100 |
commit | fc0327f91fb134e1df994143a78c22df7d8f62e4 (patch) | |
tree | 9fb1161dbdece4428e6c65b1d555a67c7908fa9e /views/_treecontrol.haml | |
parent | 3576923edf788eecb4320e034f5afaaf625bd62e (diff) |
Big interface clear up
Diffstat (limited to 'views/_treecontrol.haml')
-rw-r--r-- | views/_treecontrol.haml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/views/_treecontrol.haml b/views/_treecontrol.haml deleted file mode 100644 index caf3a89..0000000 --- a/views/_treecontrol.haml +++ /dev/null @@ -1,9 +0,0 @@ -%a{:title=>"Collapse the entire tree below", :href=>"#"} - %img{:src=>"/images/minus.png"} - Collapse All -%a{:title=>"Expand the entire tree below", :href=>"#"} - %img{:src=>"/images/plus.png"} - Expand All -%a{:title=>"Toggle collapse/expand of tree below", :href=>"#"} - %img{:src=>"/images/toggle.png"} - Toggle All |