Sha256: 2b2464f155bca6fc31a471533a9db3afec5819fffa1a9314648ff9c39cbdfbe0
Contents?: true
Size: 243 Bytes
Versions: 6
Compression:
Stored size: 243 Bytes
Contents
<h1>Articles tagged '<%= @tag %>'</h1> <% if @articles %> <% @articles[0...12].each do |article| %> <li><a href="<%= article.url %>"><%= article.title %></a> <time><%= article.date.strftime('%b %e') %></time></li> <% end %> <% end %>
Version data entries
6 entries across 6 versions & 1 rubygems