Sha256: 5bcc29f69cf7b0a069ea9b24e2483ab04880ee5e2e71311c12281278fc56a745
Contents?: true
Size: 438 Bytes
Versions: 24
Compression:
Stored size: 438 Bytes
Contents
<% cache article do %> <p class="meta"> <% if article.tags.any? %> <%= t('.tags') %> <%= tag_links article %> <% end %> <%= link_to(t('.comments', count: article.published_comments.size), article.permalink_url('comments', true)) if article.allow_comments? %> <%= link_to(t('.trackbacks', count: article.published_trackbacks.size), article.permalink_url('trackbacks', true)) if article.allow_pings? %> </p> <% end %>
Version data entries
24 entries across 24 versions & 2 rubygems