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

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