Sha256: ef7d30be130f42a34534a256a2491d174a67389d0c175097fba9097539094958
Contents?: true
Size: 570 Bytes
Versions: 38
Compression:
Stored size: 570 Bytes
Contents
<% args = params.clone %> <% if defined?(per_page_action) %> <% args[:action] = per_page_action %> <% end %> <div class="row index-pagination-row mt-4"> <div class="col-12 col-sm-9 text-center text-sm-left"> <%= paginate collection, theme: 'admin-twitter-bootstrap-4' %> </div> <div class="col-12 col-sm-3 text-center text-sm-left"> <%= form_tag(per_page_dropdown_params(args), { method: :get, class: 'js-per-page-form form-inline justify-content-center justify-content-sm-end' }) do %> <%= per_page_dropdown %> <% end %> </div> </div>
Version data entries
38 entries across 38 versions & 1 rubygems