5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-10-02 04:16:57 +00:00
panel/app/views/posts/new.haml

12 lines
297 B
Text
Raw Normal View History

2018-02-05 17:27:12 +00:00
.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')]
2018-07-23 15:40:06 +00:00
.row.justify-content-center
.col-md-8
= render 'posts/form', site: @site, post: @post