5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-15 06:31:44 +00:00
panel/app/views/posts/edit.haml

10 lines
124 B
Text
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'