Sha256: 839b5d91d43d279b28799ad9b742d3af8070ef4429a5dd51b7a7cd11b906e067

Contents?: true

Size: 493 Bytes

Versions: 51

Compression:

Stored size: 493 Bytes

Contents

Paginate: <%= paginate %>
Article Count: <%= page_articles.size %>
<% if paginate %>
Page Num: <%= page_number %>
Num Pages: <%= num_pages %>
Per Page: <%= per_page %>
Page Start: <%= page_start %>
Page End: <%= page_end %>
Next Page: '<%= next_page.url if next_page %>'
Prev Page: '<%= prev_page.url if prev_page %>'
<% end %>

<% page_articles.each do |article| %>
  <li><a href="<%= article.url %>"><%= article.title %></a> <time><%= article.date.strftime('%b %e') %></time></li>
<% end %>

Version data entries

51 entries across 51 versions & 3 rubygems

Version Path
middleman-core-4.5.1 fixtures/paginate-app/source/index.html.erb
middleman-core-4.5.0 fixtures/paginate-app/source/index.html.erb
middleman-core-4.4.3 fixtures/paginate-app/source/index.html.erb
middleman-core-4.4.2 fixtures/paginate-app/source/index.html.erb
middleman-core-4.4.0 fixtures/paginate-app/source/index.html.erb
middleman-core-4.3.11 fixtures/paginate-app/source/index.html.erb
middleman-core-4.3.10 fixtures/paginate-app/source/index.html.erb
middleman-core-4.3.8 fixtures/paginate-app/source/index.html.erb
middleman-core-4.3.7 fixtures/paginate-app/source/index.html.erb
files.com-1.0.55 docs/vendor/bundle/ruby/2.5.0/gems/middleman-core-4.3.3/fixtures/paginate-app/source/index.html.erb
middleman-core-4.3.6 fixtures/paginate-app/source/index.html.erb
middleman-core-4.3.5 fixtures/paginate-app/source/index.html.erb
middleman-core-4.3.4 fixtures/paginate-app/source/index.html.erb
middleman-core-4.3.3 fixtures/paginate-app/source/index.html.erb
middleman-core-4.3.2 fixtures/paginate-app/source/index.html.erb
middleman-core-4.3.1 fixtures/paginate-app/source/index.html.erb
middleman-core-4.3.0 fixtures/paginate-app/source/index.html.erb
middleman-core-4.3.0.rc.4 fixtures/paginate-app/source/index.html.erb
middleman-core-4.3.0.rc.3 fixtures/paginate-app/source/index.html.erb
middleman-core-4.3.0.rc.2 fixtures/paginate-app/source/index.html.erb