All checks were successful
continuous-integration/drone/push Build is passing
Co-authored-by: soraefir Co-authored-by: sora-ext Reviewed-on: #163
30 lines
897 B
Plaintext
30 lines
897 B
Plaintext
.smallbar
|
|
.col-auto.mr-auto(style="display:flex; flex-flow: row")
|
|
.col-1
|
|
a.text-white.tooltip(:href="'/short/' + journey.id")
|
|
i.fas.fa-file-contract
|
|
.tooltip-text Summary
|
|
.col-1
|
|
a.text-white.tooltip(:href="'/view/' + journey.id")
|
|
i.fas.fa-camera
|
|
.tooltip-text Daily
|
|
.col-1
|
|
a.text-white.tooltip(href="#", v-on:click.prevent="first_step")
|
|
i.fas.fa-tools
|
|
.tooltip-text Editor
|
|
.col-1
|
|
.col-1
|
|
a.text-white.tooltip(v-on:click.prevent="toast_impexp(true)")
|
|
i.fas.fa-file-import
|
|
.tooltip-text Import
|
|
.col-1
|
|
a.text-white.tooltip(v-on:click.prevent="toast_impexp(false)")
|
|
i.fas.fa-file-export
|
|
.tooltip-text Export
|
|
|
|
.col-auto.ml-auto
|
|
.switch.legday-switch
|
|
input(type="checkbox" v-model="useDay")
|
|
.rocker
|
|
.rocker-left LEG
|
|
.rocker-right DAY |