blob: f50f69d08a207c9f845ef480e9c82bbb08e37ada (
plain) (
blame)
1
2
3
4
5
6
|
- title "Previewing #{@blog.title}"
= render "blogs/blog", blog: @blog, short: false
%footer#blog-footer
This draft was last updated on
= succeed "." do
%time= @blog.updated_at.strftime("%B #{@blog.updated_at.day.ordinalize}, %Y at %-I:%M:%S%P")
|