Add remove all button to map page

This commit is contained in:
Skylar Ittner 2021-12-11 22:20:19 -07:00
parent cc2c3335f1
commit a977851cff

View File

@ -15,6 +15,9 @@
</div>
<div class="title">Map</div>
<div class="right">
<a class="link text-color-red" onclick="confirmDeleteAllPackages()">
<i class="icon material-icons">delete</i>
</a>
{{#if show_help}}
<a class="link" href="/help/map">
<i class="icon material-icons">help</i>