Sha256: a1dfea747c5d877fb6d651932b53fd42229f5c3e51779e432e2c1fea748abe52
Contents?: true
Size: 415 Bytes
Versions: 3
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
3 entries across 3 versions & 1 rubygems