Sha256: c47d0848790c16128c7bb89664403280bc3691162f78f38a112d15ecbbf823ef

Contents?: true

Size: 468 Bytes

Versions: 4

Compression:

Stored size: 468 Bytes

Contents

<%# available local variables:
  page:          the page number of this page
  page_url:      url to this 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
-%>
<%# this kind of works even though looks a bit hackish... -%>
<%= render :partial => 'kaminari/page_link', :locals => @_partial_renderer.instance_variable_get('@locals') %>

Version data entries

4 entries across 2 versions & 1 rubygems

Version Path
kaminari-0.9.2 app/views/kaminari/google/_first_page_link.html.erb
kaminari-0.9.2 app/views/kaminari/google/_last_page_link.html.erb
kaminari-0.9.1 app/views/kaminari/google/_first_page_link.html.erb
kaminari-0.9.1 app/views/kaminari/google/_last_page_link.html.erb