Sha256: ecc54fa0e3d62b6557f79120884f2e0776fc215167442200bf71ea47294d4cce

Contents?: true

Size: 560 Bytes

Versions: 12

Compression:

Stored size: 560 Bytes

Contents

<% pagination_size_hash = { 'large' => 'lg', 'small' => 'sm' } %>
<ul class="pagination pull-right <%= "pagination-#{pagination_size_hash[pagination_size]}" if defined?(pagination_size) and ['large', 'small'].include?(pagination_size) %>">
  <li class="disabled"><span>Per Page</span></li>
  <li class="active per_page"><%= link_to (defined?(per_page) && per_page ? per_page : '20'), "#" %></li>
  <% if defined?(object_count) and object_count %><li class="disabled"><span>out of <%= object_count %></span></li><% end %>
</ul>

<div class="clear">&nbsp;</div>

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
contour-2.4.0.beta1 app/views/contour/layouts/_per_page.html.erb
contour-2.3.0 app/views/contour/layouts/_per_page.html.erb
contour-2.3.0.beta1 app/views/contour/layouts/_per_page.html.erb
contour-2.2.1 app/views/contour/layouts/_per_page.html.erb
contour-2.2.1.rc app/views/contour/layouts/_per_page.html.erb
contour-2.2.0 app/views/contour/layouts/_per_page.html.erb
contour-2.2.0.rc2 app/views/contour/layouts/_per_page.html.erb
contour-2.2.0.rc app/views/contour/layouts/_per_page.html.erb
contour-2.2.0.beta2 app/views/contour/layouts/_per_page.html.erb
contour-2.2.0.beta1 app/views/contour/layouts/_per_page.html.erb
contour-2.1.0 app/views/contour/layouts/_per_page.html.erb
contour-2.1.0.rc2 app/views/contour/layouts/_per_page.html.erb