mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-15 06:21:41 +00:00
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")
|
||||
.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')
|
||||
|
|
Loading…
Reference in a new issue