Sha256: 01d63caf7018cd737a650fc91257b979b8303467ea22d709ad94c1c6d11f5009

Contents?: true

Size: 386 Bytes

Versions: 9

Compression:

Stored size: 386 Bytes

Contents

<ul id="category_list">
  <% for category in @categories -%>
  <li id="category_<%= category.id -%>"><%= category.name -%></li>
  <% end -%>
</ul>

<%= link_to_remote "(Done)", :update => "category_container", :url => { :action => "category_container" } %>

<%= sortable_element "category_list", :url => { :action => "order" }, :complete => visual_effect(:highlight, "category_list") %>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
typo-3.99.0 app/views/admin/categories/reorder.rhtml
typo-3.99.3 app/views/admin/categories/reorder.rhtml
typo-3.99.1 app/views/admin/categories/reorder.rhtml
typo-3.99.2 app/views/admin/categories/reorder.rhtml
typo-3.99.4 app/views/admin/categories/reorder.rhtml
typo-4.0.0 app/views/admin/categories/reorder.rhtml
typo-4.0.1 app/views/admin/categories/reorder.rhtml
typo-4.0.2 app/views/admin/categories/reorder.rhtml
typo-4.0.3 app/views/admin/categories/reorder.rhtml