Sha256: 7d99a63b0255f65df71d091bc86278752c0cb3cdf70299b1e8537e253615b185
Contents?: true
Size: 452 Bytes
Versions: 8
Compression:
Stored size: 452 Bytes
Contents
- provide :title, 'Navigation' .index-header %h1= pluralize(C::MenuItem.count, 'Menu Item') = link_to '+ Create Menu Item', new_menu_item_path, class: 'btn btn--small' %p This is the navigation of your site. Reorder and change the level of a move menu items by dragging them. .draggable_tree_list_container.draggable_tree_children{data: {reorder_url: update_order_menu_items_path}} = render 'menu_item_list_item', menu_items: @menu_items
Version data entries
8 entries across 8 versions & 1 rubygems