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
ecc9e83369
commit
f3bed6d21c
@ -3,13 +3,13 @@ div(v-for="(e, idx) in journey.data.main", :key="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="journey.day_prev()")
|
||||||
i.fas.fa-angle-left
|
i.fas.fa-angle-left
|
||||||
span.container
|
span.container
|
||||||
span.small {{ journey.data.main[idx].title }} {{ journey.sel_day }}
|
span.small {{ journey.data.main[idx].title }} {{ journey.sel_day }}
|
||||||
.text-big.text-gray {{ journey.data.main[idx].step_title[journey.sel_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="journey.day_next()")
|
||||||
i.fas.fa-angle-right
|
i.fas.fa-angle-right
|
||||||
.row
|
.row
|
||||||
.col-12.col-sm-12
|
.col-12.col-sm-12
|
||||||
|
Loading…
x
Reference in New Issue
Block a user