5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-09-28 09:16:56 +00:00
panel/app/views/posts/attribute_ro/_non_geo.haml
2022-02-01 17:11:00 -03:00

6 lines
152 B
Text

- lat = metadata.value['lat']
- lng = metadata.value['lng']
%tr{ id: attribute }
%th= post_label_t(attribute, post: post)
%td
= "#{lat},#{lng}"