Sha256: 3236f72ee16754141fa1d0b7139374add9bf3fc5f753323528df92800df2217f

Contents?: true

Size: 453 Bytes

Versions: 3

Compression:

Stored size: 453 Bytes

Contents

<% cache [Blogelator::VERSION, @post, "show"] do %>
  <div class="post <%= @post.status %>">
    <h1><%= link_to @post.title, @post.url(request) %></h1>
    <%= local_time(@post.published_at, format: "%B %e, %Y", class: "published-at") %>
    <div class="tags">
      <%= render @post.tags %>
    </div>
    <div class="body">
      <%== @post.body_html %>
    </div>
  </div>

  <% content_for :head do %>
    <% render "meta" %>
  <% end %>
<% end %>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
blogelator-1.0.2 app/views/blogelator/posts/show.html.erb
blogelator-1.0.1 app/views/blogelator/posts/show.html.erb
blogelator-1.0.0 app/views/blogelator/posts/show.html.erb