Sha256: fc9fe86104d1e9b80047a7e9afef1ba95f4ee3e288b7c127f0516d38ac56a0f7

Contents?: true

Size: 687 Bytes

Versions: 18

Compression:

Stored size: 687 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 "scope_filters" if scopes_configuration %>
  <%= render "index_top" %>

  <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

18 entries across 18 versions & 1 rubygems

Version Path
brightcontent-core-2.0.30 app/views/brightcontent/base/index.html.erb
brightcontent-core-2.0.29 app/views/brightcontent/base/index.html.erb
brightcontent-core-2.0.28 app/views/brightcontent/base/index.html.erb
brightcontent-core-2.0.27 app/views/brightcontent/base/index.html.erb
brightcontent-core-2.0.26 app/views/brightcontent/base/index.html.erb
brightcontent-core-2.0.25 app/views/brightcontent/base/index.html.erb
brightcontent-core-2.0.24 app/views/brightcontent/base/index.html.erb
brightcontent-core-2.0.23 app/views/brightcontent/base/index.html.erb
brightcontent-core-2.0.22 app/views/brightcontent/base/index.html.erb
brightcontent-core-2.0.21 app/views/brightcontent/base/index.html.erb
brightcontent-core-2.0.20 app/views/brightcontent/base/index.html.erb
brightcontent-core-2.0.19 app/views/brightcontent/base/index.html.erb
brightcontent-core-2.0.18 app/views/brightcontent/base/index.html.erb
brightcontent-core-2.0.17 app/views/brightcontent/base/index.html.erb
brightcontent-core-2.0.16 app/views/brightcontent/base/index.html.erb
brightcontent-core-2.0.15 app/views/brightcontent/base/index.html.erb
brightcontent-core-2.0.14 app/views/brightcontent/base/index.html.erb
brightcontent-core-2.0.13 app/views/brightcontent/base/index.html.erb