[web-src] Add "comment" field to track details

This commit is contained in:
chme 2021-07-04 14:43:26 +02:00
parent d1c9e26c1b
commit acddb378b9

View File

@ -74,6 +74,10 @@
<span class="heading">Rating</span>
<span class="title is-6">{{ Math.floor(track.rating / 10) }} / 10</span>
</p>
<p v-if="track.comment">
<span class="heading">Comment</span>
<span class="title is-6">{{ track.comment }}</span>
</p>
</div>
</div>
<footer class="card-footer">