Sha256: 045ddcf681b28bccc74d416a7905d40431dd58bcc1f25a56be4b27930bc0c210
Contents?: true
Size: 415 Bytes
Versions: 15
Compression:
Stored size: 415 Bytes
Contents
<% cache article do %> <% if article.excerpt? %> <%= article.excerpt %> <div class="extended"> <p><%= link_to_permalink article, t('.continue_reading') %></p> </div> <% else %> <%= raw article.html(:body) %> <% if article.extended? %> <div class="extended"> <p><%= link_to_permalink article, t('.continue_reading') %></p> </div> <% end %> <% end %> <% end %>
Version data entries
15 entries across 15 versions & 2 rubygems