about summary refs log tree commit diff stats
path: root/app/views/blogs/show.html.haml
blob: 8ab45233e5c0b1821936144c65222e41eb921787 (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.published_at.strftime("%B #{@blog.published_at.day.ordinalize}, %Y at %-I:%M:%S%P")