mirror of
https://0xacab.org/sutty/sutty
synced 2025-01-19 17:03:38 +00:00
centrar la edicion tambien
This commit is contained in:
parent
47b82d0771
commit
b73885af95
1 changed files with 1 additions and 1 deletions
|
@ -8,6 +8,6 @@
|
||||||
link_to(@post.title, site_post_path(@site, @post)),
|
link_to(@post.title, site_post_path(@site, @post)),
|
||||||
t('posts.edit')]
|
t('posts.edit')]
|
||||||
|
|
||||||
.row
|
.row.justify-content-center
|
||||||
.col-md-8
|
.col-md-8
|
||||||
= render 'posts/form'
|
= render 'posts/form'
|
||||||
|
|
Loading…
Reference in a new issue