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

Version Path
comfy_blog-0.1.8 app/views/blog/posts/_post.html.erb
comfy_blog-0.1.7 app/views/blog/posts/_post.html.erb
comfy_blog-0.1.6 app/views/blog/posts/_post.html.erb
comfy_blog-0.1.5 app/views/blog/posts/_post.html.erb
comfy_blog-0.1.4 app/views/blog/posts/_post.html.erb
comfy_blog-0.1.3 app/views/blog/posts/_post.html.erb
comfy_blog-0.1.2 app/views/blog/posts/_post.html.erb
comfy_blog-0.1.1 app/views/blog/posts/_post.html.erb
comfy_blog-0.1.0 app/views/blog/posts/_post.html.erb