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
|
.row
|
||||||
.col
|
.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') ]
|
= 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
|
.row.justify-content-center
|
||||||
.col
|
.col-md-8
|
||||||
= render 'posts/form'
|
= render 'posts/form'
|
||||||
|
|
Loading…
Reference in a new issue