5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-06-02 02:24:16 +00:00

mejorar estilo

This commit is contained in:
f 2022-03-08 21:56:41 -03:00
parent 437d5ff230
commit 6801d5655b
2 changed files with 4 additions and 3 deletions

View file

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

View file

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