Sha256: a233f2b40a21b401509c513321c11ef742c84a984e8989eff94c8b8447c4d03a
Contents?: true
Size: 769 Bytes
Versions: 2
Compression:
Stored size: 769 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.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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ab_admin-0.6.1 | app/views/admin/base/index.html.slim |
ab_admin-0.6.0 | app/views/admin/base/index.html.slim |