Update src/template/module/journey/map/travel.pug
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
sora-ext 2025-03-10 17:29:09 +01:00
parent 021f410a67
commit 74f681390a

View File

@ -14,7 +14,7 @@ mixin flight_popup()
span(v-if="edit_active") span(v-if="edit_active")
.leaflet-popup-button-group(v-if="edit_active") .leaflet-popup-button-group(v-if="edit_active")
a.text-gray( a.text-gray(
v-on:click.prevent="place_delete('flight',idx)" v-on:click.prevent="place_delete(journey,'flight',idx)"
v-html="generate_icon('trash', 'NA')" v-html="generate_icon('trash', 'NA')"
) )