Sha256: 6370cf412d6e7a7f02107936b7177000a29f9c2ef278a844a881b4fa543e390c
Contents?: true
Size: 373 Bytes
Versions: 10
Compression:
Stored size: 373 Bytes
Contents
<% cache(post) do %> <div class="post"> <h2><%= link_to post.title, post %></h2> <div class="date"> <%= local_time(post.published_at, format: '%B %e, %Y') %> </div> <div class="summary"> <p> <%=raw post.summary %> <%= link_to raw("Continue reading »"), post, class: "continue" %> </p> </div> </div> <% end %>
Version data entries
10 entries across 10 versions & 1 rubygems