mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-15 01:41:42 +00:00
9 lines
271 B
Text
9 lines
271 B
Text
= render 'layouts/breadcrumb',
|
|
crumbs: [link_to(t('sites.index.title'), sites_path),
|
|
@site.name,
|
|
link_to(t('posts.index'),
|
|
site_posts_path(@site)), t('posts.new')]
|
|
|
|
.row.justify-content-center
|
|
.col-md-8
|
|
= render 'posts/form', site: @site, post: @post
|