Sha256: f4ff85975b32abe773756591e4aac17b4f5366d3b5557d691ab2303a3aac2e80

Contents?: true

Size: 428 Bytes

Versions: 12

Compression:

Stored size: 428 Bytes

Contents

<% unless tree.blank? %>
  <i class='sortable_tree' style='display:none'>
    <i class='data'><%=   tree.to_json           %></i>
    <i class='locale'><%= t(:sortable).to_json   %></i>
    <i class='klass'><%=  opts[:klass]           %></i>
    <i class='plural'><%= opts[:klass].pluralize %></i>
    <i class='rebuild_url'><%= url_for(:controller => opts[:klass].pluralize, :action => :rebuild) %></i>
  </i>
<% end %>

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
the_sortable_tree-2.6.1 app/views/sortable/client/_tree.html.erb
the_sortable_tree-2.6.0 app/views/sortable/client/_tree.html.erb
the_sortable_tree-2.5.0 app/views/sortable/client/_tree.html.erb
the_sortable_tree-2.4.0 app/views/sortable/client/_tree.html.erb
the_sortable_tree-2.3.3 app/views/sortable/client/_tree.html.erb
the_sortable_tree-2.3.2 app/views/sortable/client/_tree.html.erb
the_sortable_tree-2.3.1 app/views/sortable/client/_tree.html.erb
the_sortable_tree-2.3.0 app/views/sortable/client/_tree.html.erb
the_sortable_tree-2.2.1 app/views/sortable/client/_tree.html.erb
the_sortable_tree-2.2.0 app/views/sortable/client/_tree.html.erb
the_sortable_tree-2.1.0 app/views/sortable/client/_tree.html.erb
the_sortable_tree-2.0.0 app/views/sortable/client/_tree.html.erb