diff --git a/template/module/nav_pub.pug b/template/module/nav_pub.pug index 49af761..ab88fb2 100644 --- a/template/module/nav_pub.pug +++ b/template/module/nav_pub.pug @@ -8,11 +8,11 @@ header.header ) span.hide-small HOTM .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") .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") + a(:href="'/view/' + journey.id") i.fas.fa-camera