Sha256: e386489ea965634bbfb27a5ca8955d16e236b25ba789371085535608b943069e

Contents?: true

Size: 501 Bytes

Versions: 14

Compression:

Stored size: 501 Bytes

Contents

<div class="page-header">
  <%= link_to "#{I18n.t('brightcontent.create_new', model: resource_class.model_name.human).humanize}", polymorphic_url([parent, resource_class], action: :new), class: "btn btn-primary pull-right" %>
  <h1><%= nominative_plural(resource_class).capitalize %></h1>
</div>

<%= render_if_exists "index_top" %>

<div class="panel-body">
  <ol class="sortable_tree" data-rebuild_url="<%=rebuild_pages_url%>" data-max_levels="5">
    <%= sortable_tree collection %>
  </ol>
</div>

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
brightcontent-pages-2.3.4 app/views/brightcontent/pages/index.html.erb
brightcontent-pages-2.3.3 app/views/brightcontent/pages/index.html.erb
brightcontent-pages-2.3.2 app/views/brightcontent/pages/index.html.erb
brightcontent-pages-2.3.1 app/views/brightcontent/pages/index.html.erb
brightcontent-pages-2.3.0 app/views/brightcontent/pages/index.html.erb
brightcontent-pages-2.2.2 app/views/brightcontent/pages/index.html.erb
brightcontent-pages-2.2.1 app/views/brightcontent/pages/index.html.erb
brightcontent-pages-2.2.0 app/views/brightcontent/pages/index.html.erb
brightcontent-pages-2.1.5 app/views/brightcontent/pages/index.html.erb
brightcontent-pages-2.1.4 app/views/brightcontent/pages/index.html.erb
brightcontent-pages-2.1.3 app/views/brightcontent/pages/index.html.erb
brightcontent-pages-2.1.2 app/views/brightcontent/pages/index.html.erb
brightcontent-pages-2.1.1 app/views/brightcontent/pages/index.html.erb
brightcontent-pages-2.1.0 app/views/brightcontent/pages/index.html.erb