5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2025-02-22 20:51:47 +00:00
panel/app/views/posts/edit.haml
2019-01-09 17:52:02 -03:00

13 lines
381 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)),
link_to(@post.title, site_post_path(@site, @post)),
t('posts.edit')]
.row.justify-content-center
.col-md-8
= render 'posts/form'