add replay check in overview

This commit is contained in:
Zutatensuppe 2020-12-22 22:54:31 +01:00
parent 083fc0463c
commit 98c05304c5
4 changed files with 32 additions and 3 deletions

View file

@ -60,6 +60,9 @@ export default {
{{time(g.started, g.finished)}}<br />
</span>
</a>
<a v-if="g.hasReplay" class="game-replay" :href="'/replay/' + g.id">
Watch replay
</a>
</div>
</div>