Migrate to pug
This commit is contained in:
14
template/module/nav_pub.pug
Normal file
14
template/module/nav_pub.pug
Normal file
@@ -0,0 +1,14 @@
|
||||
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(:value='journey_data.name' type='text' disabled='')
|
||||
.row.header-nav.text-big(style='margin-bottom: 0;')
|
||||
.col-sm-3
|
||||
a(:href="'/short/'+journey_id")
|
||||
i.fas.fa-file-contract
|
||||
.col-sm-3
|
||||
a(:href="'/view/'+journey_id +'#0'")
|
||||
i.fas.fa-camera
|
Reference in New Issue
Block a user