Sha256: 1044dc75173bb73787ea14e294e5940d859242b0ca79b8c9c07669cdee4331f2

Contents?: true

Size: 459 Bytes

Versions: 2

Compression:

Stored size: 459 Bytes

Contents

<div id="overview">

  <%= link_to "Create new #{resource_instance_name.to_s.humanize}", polymorphic_url([parent, 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

2 entries across 2 versions & 1 rubygems

Version Path
brightcontent-pages-2.0.33 app/views/brightcontent/pages/index.html.erb
brightcontent-pages-2.0.31 app/views/brightcontent/pages/index.html.erb