dev #160
@ -1,18 +1,6 @@
|
|||||||
l-marker(
|
include mixin-marker.pug
|
||||||
|
div(
|
||||||
v-for="(place, index) in journey.leg_get().places.restaurants",
|
v-for="(place, index) in journey.leg_get().places.restaurants",
|
||||||
:key="'restaurants'+index"
|
:key="'restaurants'+index",
|
||||||
:lat-lng="place.latlon"
|
|
||||||
)
|
)
|
||||||
l-icon(v-html="generate_marker(place, 'cadetblue')")
|
+map_marker("restaurants", "var(--dark)", "var(--dark)", "var(--dark)")
|
||||||
l-popup
|
|
||||||
h1.row.text-medium.text-center {{ place.sname }}
|
|
||||||
span.row.text-small.text-gray {{ place.display_name }}
|
|
||||||
span(v-if="edit_active")
|
|
||||||
.row.input(style="margin-bottom:0")
|
|
||||||
textarea-autosize.col-12.col-sm-12.text-small(
|
|
||||||
placeholder="Notes"
|
|
||||||
v-model="place.notes"
|
|
||||||
:min-height="30"
|
|
||||||
:max-height="350"
|
|
||||||
)
|
|
||||||
span.row.text-small.text-dark(v-else) {{ place.notes }}
|
|
Loading…
x
Reference in New Issue
Block a user