diaspora/app/assets/templates/status-message-map_tpl.jst.hbs
zaziemo f92a2ee0dd merge address & coordinates in one location object
to provide a clear arrangement of all location data
- add 'L' to predefs for pronto because it is part of the leaflet library
- fix: show address template only with an address present
with merging the location objects into one, only the objects within
the location object can be empty
(#5813)
2015-09-09 12:22:48 +02:00

4 lines
55 B
Handlebars

{{#if location.lat}}
<div id="map">
</div>
{{/if}}