Sha256: 2d2eacf865d14045d31272cf582ab6a89b84f32364f8cbfdcb8e6be7844abcdd

Contents?: true

Size: 154 Bytes

Versions: 2

Compression:

Stored size: 154 Bytes

Contents

= content_tag_for :div, post do
  %h2.title
    = link_to post.title, post
  %p.dateline= post.pubdate_tag
  %p.body= find_and_preserve post.body_to_html

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
hitchens-0.0.3 app/views/hitchens/posts/_post.html.haml
hitchens-0.0.2 app/views/hitchens/posts/_post.html.haml