aboutsummaryrefslogtreecommitdiff
path: root/views/_treecontrol.haml
blob: caf3a894f3d5a3dcec7888c18f7e84a0543019ee (plain)
1
2
3
4
5
6
7
8
9
%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