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,14 +1,18 @@
header.header
.header-inner.container
a.header-logo.text-dark(href='/')
img.header-logoImage(src='/public/img/helcel.png' alt='Helcel logo' width='40')
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(:value='journey_data.name' type='text' disabled='')
.row.header-nav.text-big(style='margin-bottom: 0;')
input.small(:value="journey_data.name", type="text", disabled="")
.row.header-nav.text-big(style="margin-bottom: 0")
.col-sm-3
a(:href="'/short/'+journey_id")
a(:href="'/short/' + journey_id")
i.fas.fa-file-contract
.col-sm-3
a(:href="'/view/'+journey_id")
i.fas.fa-camera
a(:href="'/view/' + journey_id")
i.fas.fa-camera