use a play button for video streams instead
This commit is contained in:
parent
6f9f5cbe14
commit
e3c18be288
|
@ -67,7 +67,7 @@
|
||||||
{% if (team, loop.index) in video %}
|
{% if (team, loop.index) in video %}
|
||||||
<td class="table-info"><a target="_blank"
|
<td class="table-info"><a target="_blank"
|
||||||
href="https://www.twitch.tv/{{ video[(team, loop.index)][1] }}">{{ player_names[(team, loop.index)] }}
|
href="https://www.twitch.tv/{{ video[(team, loop.index)][1] }}">{{ player_names[(team, loop.index)] }}
|
||||||
📺</a></td>
|
▶️</a></td>
|
||||||
{% else %}
|
{% else %}
|
||||||
<td class="table-info">{{ player_names[(team, loop.index)] }}</td>{% endif %}
|
<td class="table-info">{{ player_names[(team, loop.index)] }}</td>{% endif %}
|
||||||
{% for id in tracking_ids %}
|
{% for id in tracking_ids %}
|
||||||
|
|
Loading…
Reference in New Issue