about summary refs log tree commit diff stats
path: root/app/views/admin/blogs/show.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/admin/blogs/show.html.haml')
-rw-r--r--app/views/admin/blogs/show.html.haml2
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