and add toggle map function to show and load map only when user is clicking on address (#5813)
8 lines
186 B
Handlebars
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}}
|