about summary refs log tree commit diff stats
path: root/app/views/blogs/show.html.haml
blob: 0c549acd0f41cfc249a5c04d482942a92da4672e (plain) (blame)
1
2
3
4
- title @blog.title
.breadcrumb= link_to "← Back to home page", root_path
= render @blog, short: false
= show_comments(@blog)