Sha256: 4ed040f7f13239158d680859e021509f1ac748dd5cfc0e560b6fd2b0752a4f45

Contents?: true

Size: 471 Bytes

Versions: 9

Compression:

Stored size: 471 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>

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

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
contour-2.1.0.rc app/views/contour/layouts/_per_page.html.erb
contour-2.1.0.beta17 app/views/contour/layouts/_per_page.html.erb
contour-2.1.0.beta16 app/views/contour/layouts/_per_page.html.erb
contour-2.1.0.beta15 app/views/contour/layouts/_per_page.html.erb
contour-2.1.0.beta14 app/views/contour/layouts/_per_page.html.erb
contour-2.1.0.beta13 app/views/contour/layouts/_per_page.html.erb
contour-2.1.0.beta12 app/views/contour/layouts/_per_page.html.erb
contour-2.1.0.beta11 app/views/contour/layouts/_per_page.html.erb
contour-2.1.0.beta10 app/views/contour/layouts/_per_page.html.erb