mirror of
https://github.com/openvk/openvk
synced 2024-11-14 19:19:14 +03:00
Update Post.xml
This commit is contained in:
parent
da863c25f3
commit
a5f1433207
1 changed files with 7 additions and 0 deletions
|
@ -32,4 +32,11 @@
|
|||
|
||||
<a n:if="$canDelete ?? false" class="profile_link" style="display:block;width:96%;" href="/wall{$post->getPrettyId()}/delete">{_delete}</a>
|
||||
</div>
|
||||
|
||||
{if $post->getGeo()}
|
||||
{script "js/node_modules/leaflet/dist/leaflet.js"}
|
||||
{css "js/node_modules/leaflet/dist/leaflet.css"}
|
||||
{script "js/node_modules/leaflet-control-geocoder/dist/Control.Geocoder.js"}
|
||||
{css "js/node_modules/leaflet-control-geocoder/dist/Control.Geocoder.css"}
|
||||
{/if}
|
||||
{/block}
|
||||
|
|
Loading…
Reference in a new issue