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