[web-src] Add rating to track details

This commit is contained in:
chme 2018-12-23 10:05:13 +01:00
parent 7d4bf8e75e
commit 427772e3c8
1 changed files with 5 additions and 1 deletions

View File

@ -55,7 +55,11 @@
</p>
<p>
<span class="heading">Added at</span>
<span class="title is-6">{{ track.time_added | time('L LT')}}</span>
<span class="title is-6">{{ track.time_added | time('L LT') }}</span>
</p>
<p>
<span class="heading">Rating</span>
<span class="title is-6">{{ Math.floor(track.rating / 10) }} / 10</span>
</p>
</div>
</div>