Prettier Pug
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
soraefir
2023-07-19 13:59:52 +02:00
parent 0e27042c8c
commit 0c64215dd1
16 changed files with 350 additions and 162 deletions

View File

@@ -1,23 +1,19 @@
- var map_section = 'journey_data.main[journey_step_data.section]'
div(v-for='(e, idx) in journey_data.main' :key='idx')
.bg-dark.text-white(v-if="journey_step_data.section==idx")
div(v-for="(e, idx) in journey_data.main", :key="idx")
.bg-dark.text-white(v-if="journey_step_data.section == idx")
.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
a(href='#prev' v-on:click.prevent='prev_step')
a(href="#prev", v-on:click.prevent="prev_step")
i.fas.fa-angle-left
span.container
div
| {{ #{map_section}.title + ': Day ' + journey_step_data.day}}
.text-big.text-gray {{ #{map_section}.step_title[journey_step_data.day] }}
span.small {{ journey_data.main[idx].title }} {{ journey_step_data.day }}
.text-big.text-gray {{ journey_data.main[idx].step_title[journey_step_data.day] }}
.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
.row
.col-12.col-sm-12
include map.pug
+map(map_section)
.row
.col-12.col-sm-12
.container
.container