mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-16 20:26:22 +00:00
7 lines
152 B
Text
7 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}"
|