Sha256: 0d9ff52e78870b4437a92be52d1f6f1b30b156915d1ed95e751ba017fdf2439f
Contents?: true
Size: 268 Bytes
Versions: 9
Compression:
Stored size: 268 Bytes
Contents
<div class='post'> <h1><%= @post ? post.title : link_to(post.title, blog_post_path(post))%></h1> <div class='author'><%= post.author %></div> <div class='date'><%= post.created_at %></div> <div class='content'> <%= post.content.html_safe %> </div> </div>
Version data entries
9 entries across 9 versions & 1 rubygems