Sha256: b62108d643fa1bca5f63eb47a8629ebf99cfad4da9ec624ec87f481f717fb5fa

Contents?: true

Size: 359 Bytes

Versions: 4

Compression:

Stored size: 359 Bytes

Contents

= render :partial => "#{opts[:path]}/js_init_sortable_tree"
= render :partial => "#{opts[:path]}/js_on_update_tree"
= render :partial => "#{opts[:path]}/js_rebuild_ajax", :locals => { :opts => opts }
%ol.sortable.ui-sortable.nested_set{ :id => "#{opts[:klass]}_nested_set" }
  = raw tree
= render :partial => "#{opts[:path]}/new", :locals => { :opts => opts }

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
the_sortable_tree-1.2.0 app/views/the_sortable_tree/_tree.html.haml
the_sortable_tree-1.1.3 app/views/the_sortable_tree/_tree.html.haml
the_sortable_tree-1.1.1 app/views/the_sortable_tree/_tree.html.haml
the_sortable_tree-1.0.0 app/views/the_sortable_tree/_tree.html.haml