Évol pour afficher le total de sauts et 1-2 infos

sur le dernier saut
This commit is contained in:
Sébastien André
2020-03-03 15:58:32 +01:00
parent 3363a72323
commit 63f801d37b
4 changed files with 60 additions and 19 deletions

View File

@@ -1,16 +1,16 @@
<div>
<label style="float: left; width: 130px;">Total jumps :</label>
<span>850</span>
<label style="float: left; width: 130px;">Total jumps</label>
<span>: {{ totalJumps }}</span>
</div>
<div>
<label style="float: left; width: 130px;">Total cutaways :</label>
<span>1</span>
<label style="float: left; width: 130px;">Total cutaways</label>
<span>: {{ totalCutaways }}</span>
</div>
<div>
<label style="float: left; width: 130px;">Last jump :</label>
<span>5 Février 2020 à Barcelonnette</span>
<label style="float: left; width: 130px;">Last jump</label>
<span>: {{ lastJump }}</span>
</div>
<div style="display: flex; flex-direction: row; flex-wrap: wrap; margin-top: 15px;">