OTM/template/module/nav_pub.pug

19 lines
549 B
Plaintext
Raw Normal View History

2023-06-25 12:26:17 +02:00
header.header
.header-inner.container
2023-07-19 13:59:52 +02:00
a.header-logo.text-dark(href="/")
img.header-logoImage(
src="/public/img/helcel.png",
alt="Helcel logo",
width="40"
)
2023-06-25 12:26:17 +02:00
span.hide-small HOTM
.input.input-invis
2023-07-19 13:59:52 +02:00
input.small(:value="journey_data.name", type="text", disabled="")
.row.header-nav.text-big(style="margin-bottom: 0")
2023-06-25 12:26:17 +02:00
.col-sm-3
2023-07-19 13:59:52 +02:00
a(:href="'/short/' + journey_id")
2023-06-25 12:26:17 +02:00
i.fas.fa-file-contract
.col-sm-3
2023-07-19 13:59:52 +02:00
a(:href="'/view/' + journey_id")
i.fas.fa-camera