Sha256: afea9ba31d37a7cad45645746740968bb5c140e2e98f64ba3eee20d0f2e45caf
Contents?: true
Size: 232 Bytes
Versions: 5
Compression:
Stored size: 232 Bytes
Contents
<% blog.articles[0...12].each do |article| %> <li><a href="<%= article.url %>"><%= article.title %></a> <time><%= article.date.strftime('%b %e') %></time></li> <% end %> Category Path: '<%= category_path("articles") %>'
Version data entries
5 entries across 5 versions & 1 rubygems