5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-07-04 17:25:45 +00:00

no ocupar todo el ancho

This commit is contained in:
f 2018-07-23 12:40:06 -03:00
parent b79bc1735f
commit 36eb9fbe62
No known key found for this signature in database
GPG key ID: F3FDAB97B5F9F7E7

View file

@ -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'