Sha256: 158902c1cb7cd7db8d747429fd792cad388f607dc432b6ad723b8ab4a4fb4903

Contents?: true

Size: 540 Bytes

Versions: 28

Compression:

Stored size: 540 Bytes

Contents

<div class="row ms-3 pt-3 pb-3 row-cols-lg-auto">
  <div class="col-auto">
    <%= paginate collection %>
  </div>

  <div class="col-auto mt-2 pe-0">
    Displaying
  </div>
  <div class="col-auto">
    <%= select_tag 'collection-table-page-size-selector',
                   options_for_select(page_sizes, page_size),
                   class: 'form-select form-inline' %>
  </div>
  <div class="col-auto mt-2 ps-0">
    of <%= number_to_human(collection.total_count) %> <%= 'record'.pluralize(collection.total_count) %>.
  </div>
</div>

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
active_element-0.0.31 app/views/active_element/components/table/_pagination.html.erb
active_element-0.0.30 app/views/active_element/components/table/_pagination.html.erb
active_element-0.0.29 app/views/active_element/components/table/_pagination.html.erb
active_element-0.0.28 app/views/active_element/components/table/_pagination.html.erb
active_element-0.0.27 app/views/active_element/components/table/_pagination.html.erb
active_element-0.0.26 app/views/active_element/components/table/_pagination.html.erb
active_element-0.0.24 app/views/active_element/components/table/_pagination.html.erb
active_element-0.0.23 app/views/active_element/components/table/_pagination.html.erb
active_element-0.0.22 app/views/active_element/components/table/_pagination.html.erb
active_element-0.0.21 app/views/active_element/components/table/_pagination.html.erb
active_element-0.0.19 app/views/active_element/components/table/_pagination.html.erb
active_element-0.0.18 app/views/active_element/components/table/_pagination.html.erb
active_element-0.0.17 app/views/active_element/components/table/_pagination.html.erb
active_element-0.0.16 app/views/active_element/components/table/_pagination.html.erb
active_element-0.0.15 app/views/active_element/components/table/_pagination.html.erb
active_element-0.0.14 app/views/active_element/components/table/_pagination.html.erb
active_element-0.0.13 app/views/active_element/components/table/_pagination.html.erb
active_element-0.0.12 app/views/active_element/components/table/_pagination.html.erb
active_element-0.0.11 app/views/active_element/components/table/_pagination.html.erb
active_element-0.0.10 app/views/active_element/components/table/_pagination.html.erb