Sha256: 033f0b728cc10e85a0834efd63640825880d24fe3146c4cb2c8b17e433145464

Contents?: true

Size: 1.2 KB

Versions: 24

Compression:

Stored size: 1.2 KB

Contents

.row
  .col-12
    %h1= t('.title', inflections)

- if Administrador.features?(:rao_query)
  .row
    .col-12
      = query_helper(self).form_for(@collection, url: {}, html: { class: 'administrador-query-form form-inline' }, method: :get) do |f|
        = render partial: 'query_form', locals: { form: f }
        = render partial: 'query_form_buttons', locals: { form: f }
.row
  .col-12
    .before-index-table= render partial: 'before_index_table', locals: { collection: @collection }

.row
  .col-12
    = collection_table(collection: @collection, resource_class: resource_class, table_html: "collection-table table table-responsive #{resource_class.name.underscore.pluralize.gsub('/', '-')} table-xs") do |table|
      = render partial: 'index_table', locals: { table: table }
      = render partial: 'index_table_actions', locals: { table: table }
  
- if Administrador.features?(:kaminari) && @collection.respond_to?(:total_pages)
  .row
    .col-12.d-flex
      .mx-auto
        = render partial: 'pagination', locals: { collection: @collection }

.row
  .col-12
    .after-index-table= render 'after_index_table', locals: { collection: @collection }

.row
  .index-actions.col-12.d-flex
    = render partial: 'index_actions'

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
administrador-0.0.28.pre app/views/administrador/resources_controller/base/index.html.haml
administrador-0.0.27.pre app/views/administrador/resources_controller/base/index.html.haml
administrador-0.0.26.pre app/views/administrador/resources_controller/base/index.html.haml
administrador-0.0.25.pre app/views/administrador/resources_controller/base/index.html.haml
administrador-0.0.24.pre app/views/administrador/resources_controller/base/index.html.haml
administrador-0.0.22.pre app/views/administrador/resources_controller/base/index.html.haml
administrador-0.0.21.pre app/views/administrador/resources_controller/base/index.html.haml
administrador-0.0.20.pre app/views/administrador/resources_controller/base/index.html.haml
administrador-0.0.18.pre app/views/administrador/resources_controller/base/index.html.haml
administrador-0.0.17.pre app/views/administrador/resources_controller/base/index.html.haml
administrador-0.0.16.pre app/views/administrador/resources_controller/base/index.html.haml
administrador-0.0.15.pre app/views/administrador/resources_controller/base/index.html.haml
administrador-0.0.14.pre app/views/administrador/resources_controller/base/index.html.haml
administrador-0.0.13.pre app/views/administrador/resources_controller/base/index.html.haml
administrador-0.0.12.pre app/views/administrador/resources_controller/base/index.html.haml
administrador-0.0.11.pre app/views/administrador/resources_controller/base/index.html.haml
administrador-0.0.10.pre app/views/administrador/resources_controller/base/index.html.haml
administrador-0.0.9.pre app/views/administrador/resources_controller/base/index.html.haml
administrador-0.0.8.pre app/views/administrador/resources_controller/base/index.html.haml
administrador-0.0.7.pre app/views/administrador/resources_controller/base/index.html.haml