mirror of
https://0xacab.org/sutty/sutty
synced 2024-12-01 09:26:21 +00:00
12 lines
428 B
Text
12 lines
428 B
Text
.row
|
|
.col
|
|
= render 'layouts/breadcrumb',
|
|
crumbs: [link_to(t('sites.index'), sites_path),
|
|
link_to(@site.name, site_posts_path(@site)),
|
|
link_to(t('posts.index'), site_posts_path(@site)),
|
|
link_to(@post.title.value, site_post_path(@site, @post.id)),
|
|
t('posts.edit')]
|
|
|
|
.row.justify-content-center
|
|
.col-md-8
|
|
= render 'posts/form', site: @site, post: @post
|