Sha256: 0cc3b7d46957d975999a60e87410b0e7949565198886a7381b33349d60b8b355
Contents?: true
Size: 524 Bytes
Versions: 11
Compression:
Stored size: 524 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
11 entries across 11 versions & 1 rubygems