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),