diaspora/app/assets/templates/status-message-location_tpl.jst.hbs
Julia c0f909d228 add map to header
and add toggle map function
to show and load map only when user is clicking on address

(#5813)
2015-09-09 12:23:38 +02:00

8 lines
186 B
Handlebars

{{#if location.address}}
<div class='near-from'>
{{t "publisher.near_from" location=location.address}}
</div>
<div>
<div class="mapContainer empty"></div>
</div>
{{/if}}