поправил фотографии
Gitea Actions Demo / build_and_push (push) Successful in 45s
Details
Gitea Actions Demo / build_and_push (push) Successful in 45s
Details
This commit is contained in:
parent
eb6b8f4e48
commit
dd526eb743
|
|
@ -15,6 +15,9 @@
|
|||
<li v-if="item.workouted_at">
|
||||
<span>Дата:</span> {{ formatTime(item.workouted_at) }}
|
||||
</li>
|
||||
<li v-if="item.photos && item.photos.length > 0">
|
||||
<span>Фото:</span> {{ item.photos.length }}
|
||||
</li>
|
||||
<li v-if="item.speed">
|
||||
<span>Скорость:</span> {{ speedConvert(item.speed) }} км/ч
|
||||
</li>
|
||||
|
|
@ -24,9 +27,6 @@
|
|||
<li v-if="item.distantion">
|
||||
<span>Расстояние:</span> {{ distConvert(item.distantion) }} км
|
||||
</li>
|
||||
<li v-if="item.photos && item.photos.length > 0">
|
||||
<span>Фото:</span> {{ item.photos.length }}
|
||||
</li>
|
||||
<li v-if="item.duraion_sec">
|
||||
<span>Продолжительность:</span>
|
||||
{{ secondsToDuration(item.duraion_sec) }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue