diff options
Diffstat (limited to 'app/views/blogs')
-rw-r--r-- | app/views/blogs/show.html.haml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/views/blogs/show.html.haml b/app/views/blogs/show.html.haml index 51d4aa0..e22a199 100644 --- a/app/views/blogs/show.html.haml +++ b/app/views/blogs/show.html.haml | |||
@@ -1,2 +1,6 @@ | |||
1 | .breadcrumb= link_to "← Back to home page", root_path | 1 | .breadcrumb= link_to "← Back to home page", root_path |
2 | = render @blog | 2 | = render @blog |
3 | %footer#blog-footer | ||
4 | This entry was posted on | ||
5 | = succeed "." do | ||
6 | %time= @blog.created_at.strftime("%B #{@blog.created_at.day.ordinalize} %Y at %-I:%M:%S%P") | ||