Fix #225: Display proper total number of tracks on radio detail

merge-requests/237/head
Eliot Berriot 2018-05-29 23:24:05 +02:00
rodzic d2c99b9f5d
commit 7a8c336e0d
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: DD6965E2476E5C27
2 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -0,0 +1 @@
Display proper total number of tracks on radio detail (#225)

Wyświetl plik

@ -10,7 +10,7 @@
<div class="content">
{{ radio.name }}
<div class="sub header">
Radio containing {{ tracks.length }} tracks,
Radio containing {{ totalTracks }} tracks,
by <username :username="radio.user.username"></username>
</div>
</div>