From 60fa6acf6a838dc1f4ea3dc9bcbcca588e88ee7a Mon Sep 17 00:00:00 2001 From: f Date: Wed, 22 Jul 2020 20:37:26 -0300 Subject: [PATCH] tabla de metadatos responsive --- 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 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')