5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-07-04 17:15:46 +00:00
panel/app/views/posts/edit.haml

14 lines
381 B
Plaintext
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)),
link_to(@post.title, site_post_path(@site, @post)),
t('posts.edit')]
2019-01-09 20:52:02 +00:00
.row.justify-content-center
2018-12-14 13:38:19 +00:00
.col-md-8
= render 'posts/form'