Sha256: d067a4d71a480ba4e8bf13f853e3bcca9faa5c6e4c7cc2e707a993b3def63215
Contents?: true
Size: 337 Bytes
Versions: 9
Compression:
Stored size: 337 Bytes
Contents
<div id="blog_post_<%= blog_post.id %>" class="blog-post"> <h2><%= link_to blog_post.title, blog_post %></h2> <p class='muted'><%= blog_post.created_at.strftime("%b %d, %Y") %></p> <p><%= blog_post.excerpt %></p> <p><%= link_to "Continue reading →", blog_post %></p> <p><%= render 'tags', post: blog_post %></p> <hr> </div>
Version data entries
9 entries across 9 versions & 1 rubygems