Add game overview page

Fixes #8
This commit is contained in:
2023-10-01 21:28:02 +02:00
parent 775ec6424b
commit ac1f86cac3
7 changed files with 199 additions and 2 deletions

View File

@ -39,7 +39,11 @@
<td
class="px-2 sm:px-4 md:px-6 md:py-2 purchase-name truncate max-w-20char md:max-w-40char"
>
{{ data.purchase.edition }}
<a
class="underline decoration-slate-500 sm:decoration-2"
href="{% url 'view_game' data.purchase.edition.game.id %}">
{{ data.purchase.edition }}
</a>
</td>
<td class="px-2 sm:px-4 md:px-6 md:py-2 font-mono hidden sm:table-cell">
{{ data.timestamp_start | date:"d/m/Y H:i" }}