Update template/module/view_step.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
9d9e79b07d
commit
cc527bc1ab
@ -1,13 +1,13 @@
|
|||||||
div(v-for="(e, idx) in journey_data.main", :key="idx")
|
div(v-for="(e, idx) in journey.data.main", :key="idx")
|
||||||
.bg-dark.text-white(v-if="journey_step_data.section == idx")
|
.bg-dark.text-white(v-if="journey.sel_leg == idx")
|
||||||
.container.section
|
.container.section
|
||||||
.aligner.text-center.text-white.text-huge(style="margin-bottom: 5px")
|
.aligner.text-center.text-white.text-huge(style="margin-bottom: 5px")
|
||||||
.aligner--itemTop.fleft
|
.aligner--itemTop.fleft
|
||||||
a(href="#prev", v-on:click.prevent="prev_step")
|
a(href="#prev", v-on:click.prevent="prev_step")
|
||||||
i.fas.fa-angle-left
|
i.fas.fa-angle-left
|
||||||
span.container
|
span.container
|
||||||
span.small {{ journey_data.main[idx].title }} {{ journey_step_data.day }}
|
span.small {{ journey.data.main[idx].title }} {{ journey.sel_day }}
|
||||||
.text-big.text-gray {{ journey_data.main[idx].step_title[journey_step_data.day] }}
|
.text-big.text-gray {{ journey.data.main[idx].step_title[journey.sel_day] }}
|
||||||
.aligner--itemEnd.fright
|
.aligner--itemEnd.fright
|
||||||
a(href="#next", v-on:click.prevent="next_step")
|
a(href="#next", v-on:click.prevent="next_step")
|
||||||
i.fas.fa-angle-right
|
i.fas.fa-angle-right
|
||||||
|
Loading…
x
Reference in New Issue
Block a user