5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-23 03:56:22 +00:00
panel/app/views/posts/edit.haml

9 lines
391 B
Text
Raw Normal View History

2019-01-09 20:52:02 +00:00
.row.justify-content-center
2018-12-14 13:38:19 +00:00
.col-md-8
- @summary = t('posts.edit.post')
= render 'layouts/details', summary: @summary do
= render 'posts/form', site: @site, post: @post
- @summary = t('posts.edit.moderation_queue')
2024-01-19 16:41:23 +00:00
= render 'layouts/details', summary: @summary do
= render 'posts/moderation_queue', site: @site, post: @post, moderation_queue: @moderation_queue