Sha256: 4cbd31c0f77b669cb99741adfd167ae3ef9b5f7f11f47b81e352253fd1125d39
Contents?: true
Size: 500 Bytes
Versions: 44
Compression:
Stored size: 500 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} %>
Version data entries
44 entries across 42 versions & 2 rubygems