mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-16 17:26:21 +00:00
etiquetas
This commit is contained in:
parent
53ce970bb0
commit
437d5ff230
2 changed files with 8 additions and 0 deletions
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue