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

Version Path
publify_core-10.0.2 app/views/articles/_article_links.html.erb
HornsAndHooves-publify_core-10.5.0 app/views/articles/_article_links.html.erb
HornsAndHooves-publify_core-10.4.0 app/views/articles/_article_links.html.erb
HornsAndHooves-publify_core-10.3.0 app/views/articles/_article_links.html.erb
HornsAndHooves-publify_core-10.2.0 app/views/articles/_article_links.html.erb
publify_core-10.0.1 app/views/articles/_article_links.html.erb
publify_core-10.0.0 app/views/articles/_article_links.html.erb
publify_core-9.2.10 app/views/articles/_article_links.html.erb
HornsAndHooves-publify_core-10.1.1 app/views/articles/_article_links.html.erb
HornsAndHooves-publify_core-10.1.0 app/views/articles/_article_links.html.erb
HornsAndHooves-publify_core-10.0.3 app/views/articles/_article_links.html.erb
HornsAndHooves-publify_core-10.0.2 app/views/articles/_article_links.html.erb
HornsAndHooves-publify_core-10.0.1 app/views/articles/_article_links.html.erb
HornsAndHooves-publify_core-10.0.0 app/views/articles/_article_links.html.erb
publify_core-9.2.9 app/views/articles/_article_links.html.erb
publify_core-9.2.8 app/views/articles/_article_links.html.erb
publify_core-9.2.7 app/views/articles/_article_links.html.erb
publify_core-9.2.6 app/views/articles/_article_links.html.erb
publify_core-9.2.5 app/views/articles/_article_links.html.erb
publify_core-9.2.4 app/views/articles/_article_links.html.erb