Sha256: 078cfdbbfadf43fc336254593cd6189b876c358b49250847691a65bb8647e917
Contents?: true
Size: 355 Bytes
Versions: 4
Compression:
Stored size: 355 Bytes
Contents
<div id="pagination"> <% if @posts.total_pages > 1 && @posts.total_pages != @page.to_i %> <%= link_to t(".older_posts"), posts_page_path(@page.to_i+1), class: "older_posts" %> <% end %> <% if @posts.total_pages > 1 && @page.to_i > 1 %> <%= link_to t(".newer_posts"), posts_page_path(@page.to_i-1), class: "newer_posts" %> <% end %> </div>
Version data entries
4 entries across 4 versions & 1 rubygems