Sha256: b26019ef135d81e65288b6103e754ddbf9b0a1c68072053ca6a96d88f5d7c0d9
Contents?: true
Size: 376 Bytes
Versions: 11
Compression:
Stored size: 376 Bytes
Contents
<% blog.articles[0...5].each_with_index do |article, i| %> <article class="<%= (i == 0) ? 'first' : '' %>"> <span><%= article.date.strftime('%b %e %Y') %></span> <h1><a href="<%= article.url %>"><%= article.title %></a></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