Sha256: dd5f64297e5f5c5a3dcdeabbd781728980a958af1cca94e08913d877234d9ec4
Contents?: true
Size: 525 Bytes
Versions: 54
Compression:
Stored size: 525 Bytes
Contents
<article id="post" > <header class="entry-header"> <% if @post.has_thumb? %> <div class="entry-thumbnail"> <%= raw @post.the_thumb %> </div> <% end %> <h1 class="entry-title"><%= @post.the_title %></h1> </header><!-- .entry-header --> <div class="entry-content"> <%= raw @post.the_content %> </div><!-- .entry-content --> </article><!-- #post --> <%= render partial: 'partials/comments', locals: {post: @post} if @post.can_commented? %>
Version data entries
54 entries across 52 versions & 2 rubygems