timetracker/games/templates/cotton/gamelink.html

11 lines
265 B
HTML
Raw Permalink Normal View History

2024-07-09 17:40:47 +00:00
<span class="truncate-container">
2024-08-08 12:47:51 +00:00
<a class="underline decoration-slate-500 sm:decoration-2"
href="{% url 'view_game' game_id %}">
{% if slot %}
{{ slot }}
2024-07-09 17:40:47 +00:00
{% else %}
{{ name }}
{% endif %}
</a>
2024-08-08 12:47:51 +00:00
</span>