mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-15 04:41:43 +00:00
no ocupar todo el ancho
This commit is contained in:
parent
b79bc1735f
commit
36eb9fbe62
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
.row
|
||||
.col
|
||||
= render 'layouts/breadcrumb', crumbs: [ link_to(t('sites.index'), sites_path), @site.name, link_to(t('posts.index'), site_posts_path(@site)), t('posts.new') ]
|
||||
.row
|
||||
.col
|
||||
.row.justify-content-center
|
||||
.col-md-8
|
||||
= render 'posts/form'
|
||||
|
|
Loading…
Reference in a new issue