Sha256: 80c2b594ba9342c436ee44020b3f59b943901dd53d14f2452671666966c369b6

Contents?: true

Size: 680 Bytes

Versions: 10

Compression:

Stored size: 680 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>

  <% if scopes_configuration %>
    <%= render "scope_filters" %>
  <% end %>
  <table class="table table-hover">
    <thead>
      <tr>
        <% list_fields.each do |list_field| %>
          <th><%= list_field.humanize %></th>
        <% end %>
        <th></th>
      </tr>
    </thead>
    <tbody>
      <%= render "list", collection: collection, list_fields: list_fields  %>
    </tbody>
  </table>

  <%= will_paginate collection %>

</div>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
brightcontent-core-2.0.12 app/views/brightcontent/base/index.html.erb
brightcontent-core-2.0.11 app/views/brightcontent/base/index.html.erb
brightcontent-core-2.0.10 app/views/brightcontent/base/index.html.erb
brightcontent-core-2.0.9 app/views/brightcontent/base/index.html.erb
brightcontent-core-2.0.8 app/views/brightcontent/base/index.html.erb
brightcontent-core-2.0.7 app/views/brightcontent/base/index.html.erb
brightcontent-core-2.0.6 app/views/brightcontent/base/index.html.erb
brightcontent-core-2.0.5 app/views/brightcontent/base/index.html.erb
brightcontent-core-2.0.3 app/views/brightcontent/base/index.html.erb
brightcontent-core-2.0.2 app/views/brightcontent/base/index.html.erb