tabla de metadatos responsive
This commit is contained in:
parent
f3fabecf83
commit
60fa6acf6a
1 changed files with 2 additions and 2 deletions
|
@ -7,12 +7,12 @@
|
||||||
- dir = t("locales.#{@locale}.dir")
|
- dir = t("locales.#{@locale}.dir")
|
||||||
.row.justify-content-center
|
.row.justify-content-center
|
||||||
.col-md-8
|
.col-md-8
|
||||||
%article.content
|
%article.content.table-responsive-md
|
||||||
= link_to t('posts.edit'),
|
= link_to t('posts.edit'),
|
||||||
edit_site_post_path(@site, @post.id),
|
edit_site_post_path(@site, @post.id),
|
||||||
class: 'btn btn-block'
|
class: 'btn btn-block'
|
||||||
|
|
||||||
%table.table.table-condensed.table-responsive
|
%table.table.table-condensed
|
||||||
%thead
|
%thead
|
||||||
%tr
|
%tr
|
||||||
%th.text-center{ colspan: 2 }= t('.front_matter')
|
%th.text-center{ colspan: 2 }= t('.front_matter')
|
||||||
|
|
Loading…
Reference in a new issue