diff --git a/app/views/posts/show.haml b/app/views/posts/show.haml index 95894752..f574989f 100644 --- a/app/views/posts/show.haml +++ b/app/views/posts/show.haml @@ -7,12 +7,12 @@ - dir = t("locales.#{@locale}.dir") .row.justify-content-center .col-md-8 - %article.content + %article.content.table-responsive-md = link_to t('posts.edit'), edit_site_post_path(@site, @post.id), class: 'btn btn-block' - %table.table.table-condensed.table-responsive + %table.table.table-condensed %thead %tr %th.text-center{ colspan: 2 }= t('.front_matter')