Add src/template/module/journey/smallbar.pug
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
2c353eed74
commit
fca5e40bb9
30
src/template/module/journey/smallbar.pug
Normal file
30
src/template/module/journey/smallbar.pug
Normal file
@ -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
|
Loading…
x
Reference in New Issue
Block a user