Sha256: fa1573a428388359fecc4b0a32f2238d387883b5b55fad053841ab3918abaa13
Contents?: true
Size: 336 Bytes
Versions: 24
Compression:
Stored size: 336 Bytes
Contents
<% cache article do %> <h2><%= link_to_permalink article, article.title %></h2> <%= render 'articles/article_author', article: article %> <% if article.password.blank? %> <%= render 'articles/article_excerpt', article: article %> <% else %> <%= render 'articles/password_form', article: article %> <% end %> <% end %>
Version data entries
24 entries across 24 versions & 2 rubygems