diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2023-10-13 14:57:41 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2023-10-13 14:57:41 -0400 |
commit | 0022f3e1ce95b538315fa29fd654eb3a2d923b5d (patch) | |
tree | 611531f72f9bfa15b59ba13b5141f8b01a7fa8d8 /app/views/admin/blogs/show.html.haml | |
parent | 26a7339889929025495df59776d1a33ca19c77ae (diff) | |
download | thoughts-0022f3e1ce95b538315fa29fd654eb3a2d923b5d.tar.gz thoughts-0022f3e1ce95b538315fa29fd654eb3a2d923b5d.tar.bz2 thoughts-0022f3e1ce95b538315fa29fd654eb3a2d923b5d.zip |
Fixed display of draft blog posts
Diffstat (limited to 'app/views/admin/blogs/show.html.haml')
-rw-r--r-- | app/views/admin/blogs/show.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/blogs/show.html.haml b/app/views/admin/blogs/show.html.haml index b9acd5d..f50f69d 100644 --- a/app/views/admin/blogs/show.html.haml +++ b/app/views/admin/blogs/show.html.haml | |||
@@ -1,5 +1,5 @@ | |||
1 | - title "Previewing #{@blog.title}" | 1 | - title "Previewing #{@blog.title}" |
2 | = render partial: "blogs/blog", object: @blog | 2 | = render "blogs/blog", blog: @blog, short: false |
3 | %footer#blog-footer | 3 | %footer#blog-footer |
4 | This draft was last updated on | 4 | This draft was last updated on |
5 | = succeed "." do | 5 | = succeed "." do |