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

Version Path
cd2_catton_cms-1.1.35 app/views/c/admin/menu_items/index.html.haml
cd2_catton_cms-1.1.34 app/views/c/admin/menu_items/index.html.haml
cd2_catton_cms-1.1.33 app/views/c/admin/menu_items/index.html.haml
cd2_catton_cms-1.1.32 app/views/c/admin/menu_items/index.html.haml
cd2_catton_cms-1.1.31 app/views/c/admin/menu_items/index.html.haml
cd2_catton_cms-1.1.30 app/views/c/admin/menu_items/index.html.haml
cd2_catton_cms-1.1.20 app/views/c/admin/menu_items/index.html.haml
cd2_catton_cms-1.1.10 app/views/c/admin/menu_items/index.html.haml