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

etiquetas

This commit is contained in:
f 2022-03-08 21:54:25 -03:00
parent 53ce970bb0
commit 437d5ff230
2 changed files with 8 additions and 0 deletions

View file

@ -1,4 +1,8 @@
.row{ data: { controller: 'geo' } }
.col-12
%p= post_label_t(attribute, post: post)
= render 'posts/attribute_feedback',
post: post, attribute: attribute, metadata: metadata
.col
.form-group
= label_tag "#{base}_#{attribute}_lat",

View file

@ -1,5 +1,9 @@
.row{ data: { controller: 'non-geo', site: site.url } }
.d-none{ hidden: true, data: { target: 'non-geo.overlay' }}
.col-12
%p= post_label_t(attribute, post: post)
= render 'posts/attribute_feedback',
post: post, attribute: attribute, metadata: metadata
.col
.form-group
= label_tag "#{base}_#{attribute}_lat",