Sha256: e9f9927e8986193d5f72bdc569743cb7066c1a42fff7871368ecde6c99cff344

Contents?: true

Size: 481 Bytes

Versions: 35

Compression:

Stored size: 481 Bytes

Contents

<div class="pagination pagination-right <%= "pagination-#{pagination_size}" if defined?(pagination_size) and ['large', 'small', 'mini'].include?(pagination_size) %>">
  <ul>
    <li class="disabled"><a href="#">Per Page</a></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"><a href="#">out of <%= object_count %></a></li><% end %>
  </ul>
</div>

Version data entries

35 entries across 35 versions & 1 rubygems

Version Path
contour-2.1.0.beta1 app/views/contour/layouts/_per_page.html.erb
contour-2.0.0 app/views/contour/layouts/_per_page.html.erb
contour-2.0.0.rc6 app/views/contour/layouts/_per_page.html.erb
contour-2.0.0.rc5 app/views/contour/layouts/_per_page.html.erb
contour-2.0.0.rc4 app/views/contour/layouts/_per_page.html.erb
contour-2.0.0.rc3 app/views/contour/layouts/_per_page.html.erb
contour-2.0.0.rc2 app/views/contour/layouts/_per_page.html.erb
contour-2.0.0.rc app/views/contour/layouts/_per_page.html.erb
contour-2.0.0.beta.9 app/views/contour/layouts/_per_page.html.erb
contour-2.0.0.beta.8 app/views/contour/layouts/_per_page.html.erb
contour-2.0.0.beta.7 app/views/contour/layouts/_per_page.html.erb
contour-2.0.0.beta.6 app/views/contour/layouts/_per_page.html.erb
contour-2.0.0.beta.5 app/views/contour/layouts/_per_page.html.erb
contour-2.0.0.beta.4 app/views/contour/layouts/_per_page.html.erb
contour-2.0.0.beta.3 app/views/contour/layouts/_per_page.html.erb
contour-2.0.0.beta.2 app/views/contour/layouts/_per_page.html.erb
contour-2.0.0.beta.1 app/views/contour/layouts/_per_page.html.erb
contour-1.3.0 app/views/contour/layouts/_per_page.html.erb
contour-1.3.0.pre app/views/contour/layouts/_per_page.html.erb
contour-1.2.1 app/views/contour/layouts/_per_page.html.erb