OTM/template/module/view_step.pug
sora-ext cc527bc1ab
All checks were successful
continuous-integration/drone/push Build is passing
Update template/module/view_step.pug
2025-02-24 15:16:59 +01:00

20 lines
762 B
Plaintext

div(v-for="(e, idx) in journey.data.main", :key="idx")
.bg-dark.text-white(v-if="journey.sel_leg == idx")
.container.section
.aligner.text-center.text-white.text-huge(style="margin-bottom: 5px")
.aligner--itemTop.fleft
a(href="#prev", v-on:click.prevent="prev_step")
i.fas.fa-angle-left
span.container
span.small {{ journey.data.main[idx].title }} {{ journey.sel_day }}
.text-big.text-gray {{ journey.data.main[idx].step_title[journey.sel_day] }}
.aligner--itemEnd.fright
a(href="#next", v-on:click.prevent="next_step")
i.fas.fa-angle-right
.row
.col-12.col-sm-12
include map.pug
.row
.col-12.col-sm-12
.container