Update template/module/nav_pub.pug
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:
parent
b3867d42b3
commit
8e547fd0cf
@ -8,11 +8,11 @@ header.header
|
|||||||
)
|
)
|
||||||
span.hide-small HOTM
|
span.hide-small HOTM
|
||||||
.input.input-invis
|
.input.input-invis
|
||||||
input.small(:value="journey_data.name", type="text", disabled="")
|
input.small(:value="journey.data.name", type="text", disabled="")
|
||||||
.row.header-nav.text-big(style="margin-bottom: 0")
|
.row.header-nav.text-big(style="margin-bottom: 0")
|
||||||
.col-sm-3
|
.col-sm-3
|
||||||
a(:href="'/short/' + journey_id")
|
a(:href="'/short/' + journey.id")
|
||||||
i.fas.fa-file-contract
|
i.fas.fa-file-contract
|
||||||
.col-sm-3
|
.col-sm-3
|
||||||
a(:href="'/view/' + journey_id")
|
a(:href="'/view/' + journey.id")
|
||||||
i.fas.fa-camera
|
i.fas.fa-camera
|
||||||
|
Loading…
x
Reference in New Issue
Block a user