Sha256: 8192288627401fcbe28e47fedaecd9421aa8b370ccdfb612d7a3169b2e2bcc15
Contents?: true
Size: 1.69 KB
Versions: 1
Compression:
Stored size: 1.69 KB
Contents
%h1 Welcome to JquerySortableTree test application! %h4 Default views %h5 Pages (model Pages) %ul %li= link_to 'pages/index (just tree)', pages_path %li= link_to 'pages/nested_options', nested_options_pages_path %li= link_to 'pages/indented_options', indented_options_pages_path %li= link_to 'pages/manage (sortable tree)', manage_pages_path %li= link_to 'pages/node_manage (sortable tree)', node_manage_pages_path %li= link_to 'pages/expand (expandable tree)', expand_pages_path %h5 Admin::Pages (model Admin::Pages + namespace :admin) %ul %li= link_to '/admin/pages/index (just tree)', admin_pages_path %li= link_to '/admin/pages/nested_options', nested_options_admin_pages_path %li= link_to '/admin/pages/indented_options', indented_options_admin_pages_path %li= link_to '/admin/pages/manage (sortable tree)', manage_admin_pages_path %li= link_to '/admin/pages/node_manage (sortable tree)', node_manage_admin_pages_path %h5 Сompound model name (Inventory::Category) %ul %li= link_to 'inventory/categories/index', inventory_categories_path %li= link_to 'inventory/categories/manage (sortable tree)', manage_inventory_categories_path %h5 Сompound model name (ArticleCategory) %ul %li= link_to 'article_categories/index', article_categories_path %li= link_to 'article_categories/manage (sortable tree)', manage_article_categories_path %h4 Customized views -# %ul %li= link_to 'comments/index (min)', comments_path %li= link_to 'comments/manage (sortable tree)', manage_comments_path %li= link_to 'comments/manage (Tree of Comments)', comments_comments_path
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jquery_sortable_tree-3.0.0 | spec/dummy_app/app/views/welcome/index.html.haml |