diff --git a/src/template/module/journey/smallbar.pug b/src/template/module/journey/smallbar.pug new file mode 100644 index 0000000..4ac4dfc --- /dev/null +++ b/src/template/module/journey/smallbar.pug @@ -0,0 +1,30 @@ +.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="import_data") + i.fas.fa-file-import + .tooltip-text Import + .col-1 + a.text-white.tooltip(v-on:click.prevent="export_data") + i.fas.fa-file-export + .tooltip-text Export + + .col-auto.ml-auto + .switch.legday-switch + input(type="checkbox" v-model="nav.useDay") + .rocker + .rocker-left LEG + .rocker-right DAY \ No newline at end of file