Sha256: f1b8fa8df8b68724297a9f6a8bdadbf4f5de2c7a385adb24183515c5c86a9fd0
Contents?: true
Size: 329 Bytes
Versions: 3
Compression:
Stored size: 329 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.collect {|t| link_to_permalink t,t.display_name }, ", ") %> <% end %> </div> <% end %>
Version data entries
3 entries across 3 versions & 1 rubygems