mirror of
https://0xacab.org/sutty/sutty
synced 2025-02-20 12:41:48 +00:00
6 lines
242 B
Text
6 lines
242 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)), t('posts.new') ]
|
|
.row.justify-content-center
|
|
.col-md-8
|
|
= render 'posts/form'
|