Added global range and daycount
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:
@ -2,9 +2,10 @@ header.header
|
||||
.header-inner.container
|
||||
a.header-logo.text-dark(href='/')
|
||||
img.header-logoImage(src='/public/img/helcel.png' alt='Helcel logo' width='40')
|
||||
span.hide-small HOTM
|
||||
.input.input-invis
|
||||
input.small(v-model='journey_data.name' type='text')
|
||||
span.hide-small OTM
|
||||
.input.input-invis.row
|
||||
input.col-6.small(v-model='journey_data.name' type='text')
|
||||
input.col-6.small(disabled type='text' :placeholder='total_date() + " (" + total_days() + ")"')
|
||||
.row.header-nav.text-big(style='margin-bottom: 0;')
|
||||
.col-sm-2
|
||||
a(:href="'/short/'+journey_id")
|
||||
|
Reference in New Issue
Block a user