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 &raquo;"), post, class: "continue" %>
      </p>
    </div>
  </div>
<% end %>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
blogelator-0.2.3 app/views/blogelator/posts/_post.html.erb
blogelator-0.2.2 app/views/blogelator/posts/_post.html.erb
blogelator-0.2.1 app/views/blogelator/posts/_post.html.erb
blogelator-0.1.6 app/views/blogelator/posts/_post.html.erb
blogelator-0.1.5 app/views/blogelator/posts/_post.html.erb
blogelator-0.1.4 app/views/blogelator/posts/_post.html.erb
blogelator-0.1.3 app/views/blogelator/posts/_post.html.erb
blogelator-0.1.2 app/views/blogelator/posts/_post.html.erb
blogelator-0.1.1 app/views/blogelator/posts/_post.html.erb
blogelator-0.1.0 app/views/blogelator/posts/_post.html.erb