mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-15 06:31:44 +00:00
10 lines
124 B
Text
10 lines
124 B
Text
|
.container-fluid
|
||
|
.row
|
||
|
%h1
|
||
|
= t('posts.editing')
|
||
|
= @post.title
|
||
|
|
||
|
.row
|
||
|
.col
|
||
|
= render 'posts/form'
|