.row .col = render 'layouts/breadcrumb', crumbs: [ link_to(t('sites.index'), sites_path), @site.name, link_to(t('posts.index'), site_posts_path(@site)), link_to(@post.title, site_post_path(@site, @post)), t('posts.edit')] .row .col = render 'posts/form'