Sha256: ef99563077c51d3fbeb873fd6b45d997062511014aa7feef3b6e24a2c8174e03

Contents?: true

Size: 438 Bytes

Versions: 8

Compression:

Stored size: 438 Bytes

Contents

<ul class="pagination pull-right <%= "pagination-#{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) and 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>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
contour-2.1.0.beta9 app/views/contour/layouts/_per_page.html.erb
contour-2.1.0.beta8 app/views/contour/layouts/_per_page.html.erb
contour-2.1.0.beta7 app/views/contour/layouts/_per_page.html.erb
contour-2.1.0.beta6 app/views/contour/layouts/_per_page.html.erb
contour-2.1.0.beta5 app/views/contour/layouts/_per_page.html.erb
contour-2.1.0.beta4 app/views/contour/layouts/_per_page.html.erb
contour-2.1.0.beta3 app/views/contour/layouts/_per_page.html.erb
contour-2.1.0.beta2 app/views/contour/layouts/_per_page.html.erb