dev #199

Closed
sora wants to merge 21 commits from dev into master
13 changed files with 275 additions and 174 deletions
Showing only changes of commit 220088478e - Show all commits

View File

@@ -31,7 +31,7 @@ mixin map_marker(place, color_sel_c, color_sel_o, color_else)
v-html="generate_icon(((place.step==journey.sel_day)?'calendar-xmark':'calendar-plus'), 'NA')" v-html="generate_icon(((place.step==journey.sel_day)?'calendar-xmark':'calendar-plus'), 'NA')"
) )
a.text-gray( a.text-gray(
v-on:click.prevent="place_delete(\""+place+"\",index)" v-on:click.prevent="place_delete(journey,\""+place+"\",index)"
v-html="generate_icon('trash', 'NA')" v-html="generate_icon('trash', 'NA')"
) )
span.row.text-small.text-dark(v-else) {{ place.notes }} span.row.text-small.text-dark(v-else) {{ place.notes }}