about summary refs log tree commit diff stats
path: root/app/views/blogs/_blog.html.haml
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2017-06-29 14:58:26 -0400
committerKelly Rauchenberger <fefferburbia@gmail.com>2017-06-29 14:58:26 -0400
commite416f49808b4bddf2fb0e5018c4e4453b50bfd0e (patch)
tree0f0aecbe00e62da4fad5d95d0450f7a2bfd267e8 /app/views/blogs/_blog.html.haml
parent4cffc8c90b5e316baf3e49b665dd67ea9e965272 (diff)
downloadthoughts-e416f49808b4bddf2fb0e5018c4e4453b50bfd0e.tar.gz
thoughts-e416f49808b4bddf2fb0e5018c4e4453b50bfd0e.tar.bz2
thoughts-e416f49808b4bddf2fb0e5018c4e4453b50bfd0e.zip
Added views for blog posts
Diffstat (limited to 'app/views/blogs/_blog.html.haml')
-rw-r--r--app/views/blogs/_blog.html.haml3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/blogs/_blog.html.haml b/app/views/blogs/_blog.html.haml new file mode 100644 index 0000000..e83d21a --- /dev/null +++ b/app/views/blogs/_blog.html.haml
@@ -0,0 +1,3 @@
1%article#blog-post
2 %h2#blog-title= blog.title
3 %section#blog-content= blog.body.html_safe