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