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

10 lines
271 B
Text
Raw Permalink Normal View History

2019-09-04 16:50:27 +00:00
= render 'layouts/breadcrumb',
2019-09-12 16:57:25 +00:00
crumbs: [link_to(t('sites.index.title'), sites_path),
2019-09-04 16:50:27 +00:00
@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