Sha256: 804163841f9c8fd6dcd1a32b571dcb6ca399c1d7aa0d9de6c2eef7cc78946035

Contents?: true

Size: 414 Bytes

Versions: 4

Compression:

Stored size: 414 Bytes

Contents

<%# "Previous" with link
  - available local variables
    url:           url to the previous page
    current_page:  the page number of currently displayed page
    num_pages:     total number of pages
    per_page:      number of items to fetch per page
    remote:        data-remote
-%>
<span class="prev">
  <%= link_to raw('&laquo; Prev'), url, :class => 'prev', :rel => 'prev', :remote => remote %>
</span>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
kaminari-0.9.7 app/views/kaminari/_prev_link.html.erb
kaminari-0.9.6 app/views/kaminari/_prev_link.html.erb
kaminari-0.9.5 app/views/kaminari/_prev_link.html.erb
kaminari-0.9.4 app/views/kaminari/_prev_link.html.erb