5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-07-04 16:45:46 +00:00

tabla de metadatos responsive

This commit is contained in:
f 2020-07-22 20:37:26 -03:00
parent f3fabecf83
commit 60fa6acf6a

View file

@ -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')