Update 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
bd371e432e
commit
a9a947f81b
@ -14,11 +14,11 @@
|
||||
.tooltip-text Editor
|
||||
.col-1
|
||||
.col-1
|
||||
a.text-white.tooltip(v-on:click.prevent="toast_impexp(true)")
|
||||
a.text-white.tooltip(v-on:click.prevent="toast.impexp(true, journey)")
|
||||
i.fas.fa-file-import
|
||||
.tooltip-text Import
|
||||
.col-1
|
||||
a.text-white.tooltip(v-on:click.prevent="toast_impexp(false)")
|
||||
a.text-white.tooltip(v-on:click.prevent="toast.impexp(false, journey)")
|
||||
i.fas.fa-file-export
|
||||
.tooltip-text Export
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user