Delete src/template/module/journey/leg/top.pug
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
sora-ext 2025-03-04 17:24:02 +01:00
parent ce291080b8
commit 917938dcbe

View File

@ -1,38 +0,0 @@
.row.text-center
.col-12.col-sm-12.col-md-5.mr-auto
.row
.col-5.col-md-6.mr-auto
.input.w-100
input(
placeholder="Leg"
v-model="journey.leg_get().title")
.col-4.col-md-6.ml-auto
.input.w-100
input(
placeholder="Day"
v-model="journey.leg_get().day_title[journey.sel_day]"
)
.col-7.col-sm-6.col-md-4
.input.w-100
//- label Date Range ({{ journey.leg_len() }})
date-picker(
:lang="lang",
v-model="journey.leg_get().date_range",
range="",
format="ddd D MMM",
placeholder="Date Range",
v-on:change="journey.date_update(journey.sel_leg)"
)
.col-5.col-sm-4.col-md-3.ml-auto
.input.w-100
input(
disabled="",
:value="journey.date_sel() + ' (' + journey.sel_day + ')'"
)
//- .col-6.list-group-item.align.center.bg-white(style="padding: 0.5rem 0;")
//- i.fas.fa-angle-double-right(v-on:click.prevent="journey.day_next()")
.col-sm-1.text-small
//- a(href="#prev", v-on:click.prevent="journey.day_prev()")
i.fas.fa-angle-left