Sha256: 1911285ee9aeb3c80cf4379d43956e20badcb5e72be91703a55e59e6c09bb7db

Contents?: true

Size: 453 Bytes

Versions: 3

Compression:

Stored size: 453 Bytes

Contents

<div id="overview">
  
  <%= link_to "Create new #{resource_instance_name.to_s.humanize}", polymorphic_url(resource_class, action: :new), class: "btn btn-primary btn-right" %>
  <h1><%= resource_collection_name.to_s.humanize %></h1>
  <%= render "index_top" %>
  
  <%= content_tag("ol", class:"sortable_tree", :"data-rebuild_url" => rebuild_pages_url, :"data-max_levels" => 5 ) do -%>
    <%= sortable_tree @pages, title:"name" -%>
  <% end -%>
</div>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
brightcontent-pages-2.0.30 app/views/brightcontent/pages/index.html.erb
brightcontent-pages-2.0.29 app/views/brightcontent/pages/index.html.erb
brightcontent-pages-2.0.28 app/views/brightcontent/pages/index.html.erb