Update src/template/module/journey/map/travel.pug
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
021f410a67
commit
74f681390a
@ -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')"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user