Sha256: a052457f6fba72e1c29acc373519a964e3e2a5d1b5322e6dfc090b00a0cc7bd7

Contents?: true

Size: 438 Bytes

Versions: 1

Compression:

Stored size: 438 Bytes

Contents

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
the_sortable_tree-1.9.0 app/views/sortable/base/_tree.html.haml