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

10 lines
124 B
Plaintext
Raw Normal View History

2018-01-31 20:29:27 +00:00
.container-fluid
.row
%h1
= t('posts.editing')
= @post.title
.row
.col
= render 'posts/form'