Sha256: 8e5a0dc3429f2d2d5d8d0239a40c2d0bc1096e2a79f426b18de7ebb37f69e097

Contents?: true

Size: 479 Bytes

Versions: 10

Compression:

Stored size: 479 Bytes

Contents

<%# Link showing page number
  - available local variables
    page:          a page object for "this" page
    url:           url to this page
    current_page:  a page object for the currently displayed page
    total_pages:   total number of pages
    per_page:      number of items to fetch per page
    remote:        data-remote -%>
<li class="page<%= " current" if page.current? %>">
  <%= link_to_unless page.current?, page, url, {remote: remote, rel: page.rel} %>
</li>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
decidim-core-0.13.1 app/views/kaminari/decidim/_page.html.erb
decidim-core-0.12.2 app/views/kaminari/decidim/_page.html.erb
decidim-core-0.13.0 app/views/kaminari/decidim/_page.html.erb
decidim-core-0.12.1 app/views/kaminari/decidim/_page.html.erb
decidim-core-0.13.0.pre1 app/views/kaminari/decidim/_page.html.erb
decidim-core-0.12.0 app/views/kaminari/decidim/_page.html.erb
decidim-core-0.11.2 app/views/kaminari/decidim/_page.html.erb
decidim-core-0.12.0.pre app/views/kaminari/decidim/_page.html.erb
decidim-core-0.11.1 app/views/kaminari/decidim/_page.html.erb
decidim-core-0.11.0.pre1 app/views/kaminari/decidim/_page.html.erb