orbit-basic/app/views/admin/items/index.html.erb

10 lines
259 B
Plaintext

<% node = Item.root %>
<ol id='<%= node.id %>' class="sortable item-groups">
<%= render 'node_and_children', node: node %>
</ol>
<%= render 'layouts/delete_modal', delete_options: {remote: true} %>
<%= javascript_include_tag "lib/jquery.pageslide.js" %>