From 36eb9fbe62d45b12818117f0e31f4af77e071922 Mon Sep 17 00:00:00 2001 From: f Date: Mon, 23 Jul 2018 12:40:06 -0300 Subject: [PATCH] no ocupar todo el ancho --- app/views/posts/new.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/posts/new.haml b/app/views/posts/new.haml index 41c2722d..dea3dd72 100644 --- a/app/views/posts/new.haml +++ b/app/views/posts/new.haml @@ -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'