tnantoka/blog

View on GitHub
app/views/posts/edit.html.slim

Summary

Maintainability
Test Coverage
ol.breadcrumb
  li= link_to @post.title, @post
  li.active= link_to t('posts.post.edit'), edit_post_path(@post), class: 'link-plain'
= render 'form'