Sha256: 8f05eb541f9fe322028f94775b7f83e9f8cea8592f4b3dc4e0e21822271e0f9b

Contents?: true

Size: 778 Bytes

Versions: 5

Compression:

Stored size: 778 Bytes

Contents

= form_tag url_for(action: :batch), id: 'batch_action_form', class: 'pjax-form' do
  input name='batch_action' id='batch_action' type='hidden'
  = render 'admin/shared/content_actions'
    
#content= render current_index_view
- unless settings[:skip_pagination]
  .pagination-wrap.pull-left
    = will_paginate collection, renderer: BootstrapPagination::Rails
    .pagination_info= pagination_info collection
  .btn-toolbar.pull-right.pjax_links
    .btn-group
      - per_page_variants.each do |c|
        a.btn.per_page data-val=c href=url_for(params_for_links.merge(per_page: c)) class=('active' if c == collection.per_page) = c

- if pjax? && flash.present?
  script type='text/javascript' = render partial: 'admin/shared/flash', formats: :js, local_assigns: {flash: flash}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
ab_admin-0.8.3 app/views/admin/base/index.html.slim
ab_admin-0.8.2 app/views/admin/base/index.html.slim
ab_admin-0.8.1 app/views/admin/base/index.html.slim
ab_admin-0.8.0 app/views/admin/base/index.html.slim
ab_admin-0.7.0 app/views/admin/base/index.html.slim