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

This commit is contained in:
sora-ext 2025-03-04 17:23:43 +01:00
parent c5add5cdea
commit ce291080b8

View File

@ -44,16 +44,13 @@
.list-group-item.show.bg-white.rounded(v-on:click.prevent="journey.leg_next(); focus_leg();")
i.fas.fa-angle-right
.row.text-center
.col-12.col-sm-12.col-md-5.mr-auto
.row
.col-5.col-md-6.mr-auto
.col-6.col-sm-6.col-md-5.mr-auto
.input.w-100
input(
placeholder="Leg"
v-model="journey.leg_get().title")
.col-7.col-sm-6.col-md-4
.col-6.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",