Sha256: 18c85fed639808992464b11abeff0ce606c0151d951bb8c205190e001c80e1c7

Contents?: true

Size: 681 Bytes

Versions: 1

Compression:

Stored size: 681 Bytes

Contents

- if settings[:index_view] == 'table'
  = 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/batch_actions'
    #content= render settings[:index_view]
- else
  #content= render settings[:index_view]
.pagination.pull-left
  = will_paginate collection, :renderer => BootstrapPagination::Rails
  .pagination_info= pagination_info collection
.btn-toolbar.pull-right.pjax_links
  .btn-group
    - [50, 100, 500, 1000].each do |c|
      a.btn.per_page data-val=c href=(url_for(params.merge(:per_page => c))) class=(('active' if c == collection.per_page)) = c

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ab_admin-0.1.0 app/views/admin/base/index.html.slim