Sha256: a19a602f60fb1085919c5a3aa69c277c9c9cbe830368571285e211ab73e2d5bf
Contents?: true
Size: 813 Bytes
Versions: 11
Compression:
Stored size: 813 Bytes
Contents
--- pageable: true --- Year1: '<%= year %>' Month1: '<%= month if defined?(month) %>' Day1: '<%= day if defined?(day) %>' Paginate1: <%= paginate %> Article Count1: <%= page_articles.size %> <% if paginate %> Page Num1: <%= page_number %> Num Pages1: <%= num_pages %> Per Page1: <%= per_page %> Page Start1: <%= page_start %> Page End1: <%= page_end %> Next Page1: '<%= next_page.url if next_page %>' Prev Page1: '<%= prev_page.url if prev_page %>' <% end %> <% page_articles.each_with_index do |article, i| %> <article class="<%= (i == 0) ? 'first' : '' %>"> <h1><a href="<%= article.url %>"><%= article.title %></a> <span><%= article.date.strftime('%b %e %Y') %></span></h1> <%= article.summary %> <div class="more"><a href="<%= article.url %>">read on »</a></div> </article> <% end %>
Version data entries
11 entries across 11 versions & 1 rubygems