Update src/template/module/journey/leg/top_leg.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
45791e9c7f
commit
4537653465
@ -26,7 +26,7 @@
|
|||||||
.text {{ element.title || "Leg "+idx}}
|
.text {{ element.title || "Leg "+idx}}
|
||||||
i.fa.fa-times.text-small.fright(
|
i.fa.fa-times.text-small.fright(
|
||||||
style="top: 2px; right: 2px; position: absolute",
|
style="top: 2px; right: 2px; position: absolute",
|
||||||
@click="journey.rm_leg(idx); focus_leg(journey);"
|
@click="toast.delete_leg(idx, journey)"
|
||||||
)
|
)
|
||||||
.list-group-item.bg-white.text-white.show.placeholder-right(
|
.list-group-item.bg-white.text-white.show.placeholder-right(
|
||||||
:class="journey.sel_leg < journey.data.main.length-1? '': 'bg-dark'"
|
:class="journey.sel_leg < journey.data.main.length-1? '': 'bg-dark'"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user