From 0742a2eff1b50b18926da7cf11e571b8dc009cba Mon Sep 17 00:00:00 2001 From: f Date: Thu, 25 Jun 2020 17:15:43 -0300 Subject: [PATCH] vista de articulo similar a las demas --- app/views/posts/show.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/posts/show.haml b/app/views/posts/show.haml index d0892515..95894752 100644 --- a/app/views/posts/show.haml +++ b/app/views/posts/show.haml @@ -5,8 +5,8 @@ @post.title.value] - dir = t("locales.#{@locale}.dir") -.row - .col +.row.justify-content-center + .col-md-8 %article.content = link_to t('posts.edit'), edit_site_post_path(@site, @post.id),