This commit is contained in:
@@ -16,10 +16,10 @@ mixin map(section_str)
|
||||
span.row.text-small.text-white(v-else) {{ #{section_str}.hotel.notes}}
|
||||
l-marker(v-for='place in '+section_str+'.places.activities' :lat-lng='place.latlon')
|
||||
l-icon
|
||||
|
||||
div(v-if='place.step==journey_step_data.day' v-html='generate_icon(place)')
|
||||
div(v-else-if='place.step==-1 || place.step==undefined' v-html='generate_icon(place, "gray")')
|
||||
div(v-else-if='journey_edit' v-html='generate_icon(place, "lightgray")')
|
||||
div(v-else)
|
||||
l-popup
|
||||
h1.row.text-medium.text-center {{place.sname}}
|
||||
span.row.text-small.text-gray {{place.display_name}}
|
||||
|
Reference in New Issue
Block a user