Sha256: 47c36162cb3ba4e6e512d76a81c43352044c47daeff5a6d96bdcbd474c95ecb6
Contents?: true
Size: 309 Bytes
Versions: 3
Compression:
Stored size: 309 Bytes
Contents
<% cache article do %> <h2> <%= link_to_permalink article,article.title %> </h2> <p class="auth"> <%= t(".posted_by")%> <%= author_link(article) %> <%= display_date_and_time article.published_at %> </p> <%= render 'articles/protected_article_content', { :article => article } %> <% end %>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
publify_core-9.1.0 | app/views/articles/_article.html.erb |
publify_core-9.0.1 | app/views/articles/_article.html.erb |
publify_core-9.0.0 | app/views/articles/_article.html.erb |