mirror of
https://0xacab.org/sutty/sutty
synced 2025-02-22 20:51:47 +00:00
13 lines
381 B
Text
13 lines
381 B
Text
.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.justify-content-center
|
|
.col-md-8
|
|
= render 'posts/form'
|