mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-16 14:41:41 +00:00
mejorar estilo
This commit is contained in:
parent
437d5ff230
commit
6801d5655b
2 changed files with 4 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
.row{ data: { controller: 'geo' } }
|
||||
.col-12
|
||||
%p= post_label_t(attribute, post: post)
|
||||
.col-12.mb-3
|
||||
%p.mb-0= post_label_t(attribute, post: post)
|
||||
= render 'posts/attribute_feedback',
|
||||
post: post, attribute: attribute, metadata: metadata
|
||||
.col
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
.row{ data: { controller: 'non-geo', site: site.url } }
|
||||
.d-none{ hidden: true, data: { target: 'non-geo.overlay' }}
|
||||
.col-12
|
||||
.col-12.mb-3
|
||||
%p.mb-0= post_label_t(attribute, post: post)
|
||||
%p= post_label_t(attribute, post: post)
|
||||
= render 'posts/attribute_feedback',
|
||||
post: post, attribute: attribute, metadata: metadata
|
||||
|
|
Loading…
Reference in a new issue