Sha256: e34547c67120f488aa7eaef8cbf6ad49dcfcac9114debf3111d5d1da6c19f8b6
Contents?: true
Size: 180 Bytes
Versions: 1
Compression:
Stored size: 180 Bytes
Contents
= content_tag_for :div, post do %h2.title= post.title %p.dateline= post.pubdate_tag %p.body= post.body_to_html = link_to 'Edit', edit_post_path(post) if can? :update, post
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
hitchens-0.0.1 | app/views/hitchens/posts/_post.html.haml |