Sha256: b857dd43b557b945da0f020ac9e66ec307637b3a34a6d92ea67d5e9f6f53e884
Contents?: true
Size: 440 Bytes
Versions: 1
Compression:
Stored size: 440 Bytes
Contents
<% cache [Blogelator::VERSION, @post, "show"] do %> <div class="post <%= @post.status %>"> <h1><%= link_to @post.title, @post %></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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
blogelator-1.0.3 | app/views/blogelator/posts/show.html.erb |