Sha256: 7b58f56f4d61f784e73b2e247885e8673ceb3039570d6c74570df91db3f79f9e

Contents?: true

Size: 239 Bytes

Versions: 13

Compression:

Stored size: 239 Bytes

Contents

<div class="pagination">
  <% if @page > 0 %>
    <%= link_to 'Previous page', "#{@path}/#{@page - 1}" %>
  <% end %>

  <% if @page < (@list.size - 1) / @page_size %>
  <%= link_to 'Next page', "#{path}/#{@page + 1}" %>
<% end %>
</div>

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
georgi-shinmun-0.3.1 example/templates/_pagination.rhtml
georgi-shinmun-0.3.10 example/templates/_pagination.rhtml
georgi-shinmun-0.3.2 example/templates/_pagination.rhtml
georgi-shinmun-0.3.3 example/templates/_pagination.rhtml
georgi-shinmun-0.3.4 example/templates/_pagination.rhtml
georgi-shinmun-0.3.5 example/templates/_pagination.rhtml
georgi-shinmun-0.3.6 example/templates/_pagination.rhtml
georgi-shinmun-0.3.7 example/templates/_pagination.rhtml
georgi-shinmun-0.3.8 example/templates/_pagination.rhtml
georgi-shinmun-0.3.9 example/templates/_pagination.rhtml
georgi-shinmun-0.3 example/templates/_pagination.rhtml
georgi-shinmun-0.4.1 example/templates/_pagination.rhtml
georgi-shinmun-0.4 example/templates/_pagination.rhtml