Sha256: 14913e4a84e71f0663f591f29879f3616e41cf74ef01b5de0f77017d8281b495
Contents?: true
Size: 478 Bytes
Versions: 8
Compression:
Stored size: 478 Bytes
Contents
- provide :title, 'Pages' .index-header %h1= pluralize(@pages.count, 'Page') = link_to '+ Create Page', new_page_path, class: 'btn btn--small' %p This is the list of the regular pages on your site. These can be sorted into hierachies by dragging and dropping them. Note the navigation structure is controller separately. .draggable_tree_list_container.draggable_tree_children{data: {reorder_url: update_order_pages_path}} = render 'page_list_item', pages: @pages
Version data entries
8 entries across 8 versions & 1 rubygems