about summary refs log tree commit diff stats
path: root/app/views/blogs/show.html.haml
blob: c44d3f4d05488a884f2ea78ef26dc7636bb54b6c (plain) (blame)
1
2
3
4
5
6
.breadcrumb= link_to "← Back to home page", root_path
= render @blog
%footer#blog-footer
  This entry was posted on
  = succeed "." do
    %time= @blog.created_at.strftime("%B #{@blog.created_at.day.ordinalize}, %Y at %-I:%M:%S%P")