From 8e547fd0cfd061645672a502546b6c890ac5449b Mon Sep 17 00:00:00 2001 From: sora-ext Date: Mon, 24 Feb 2025 15:16:21 +0100 Subject: [PATCH] Update template/module/nav_pub.pug --- template/module/nav_pub.pug | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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