Sha256: 7af7c1e582e9732b321c53050e5ff625df2daea5525bc1b234e56fba400dab64
Contents?: true
Size: 328 Bytes
Versions: 24
Compression:
Stored size: 328 Bytes
Contents
<%= cache article do %> <div class="archivepost"> <%= article.published_at.mday %> - <%= link_to_permalink(article, h(article.title)) %> <% if !article.tags.empty? %> <%= t('.posted_in') %> <%= safe_join(article.tags.map { |t| link_to_permalink t, t.display_name }, ', ') %> <% end %> </div> <% end %>
Version data entries
24 entries across 24 versions & 2 rubygems