Sha256: edd81b8d643ece63c93b5796832d7470dc1c2f406586389626e1c1d0e505d9b5
Contents?: true
Size: 366 Bytes
Versions: 5
Compression:
Stored size: 366 Bytes
Contents
<%= render_partial 'post', @post %> <% if @post.has_pings? -%> <div id="trackbacks"> <h3>TrackBacks</h3> <%= render_collection_of_partials 'trackback', @post.pings %> </div> <% end -%> <% if @post.allows_comment? and @post.has_comments? -%> <div id="comments"> <h3>Comments</h3> <%= render_collection_of_partials 'comment', @comments %> </div> <% end -%>
Version data entries
5 entries across 5 versions & 1 rubygems