dev #160

Merged
sora merged 97 commits from dev into master 2025-03-02 01:09:30 +01:00
Showing only changes of commit 8e547fd0cf - Show all commits

View File

@ -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