11 lines
271 B
HTML
11 lines
271 B
HTML
<span class="truncate-container">
|
|
<a class="underline decoration-slate-500 sm:decoration-2"
|
|
href="{% url 'games:view_game' game_id %}">
|
|
{% if slot %}
|
|
{{ slot }}
|
|
{% else %}
|
|
{{ name }}
|
|
{% endif %}
|
|
</a>
|
|
</span>
|