revert last commit

remotes/1693176582716663532/tmp_refs/heads/watchparty
Aevann1 2022-09-22 04:47:28 +02:00
parent b85c1940ed
commit 0be4167069
1 changed files with 4 additions and 6 deletions

View File

@ -16,12 +16,10 @@
<tbody>
{% for link, thumb, name, title, viewers in live %}
<tr onclick="window.open('{{link}}', '_blank')">
<a href="{{link}}">
<td width="48"><img src="{{thumb}}" alt="{{name}} thumbnail" referrerpolicy="no-referrer" width="48"></td>
<td>{{name}}</td>
<td>{{title}}</td>
<td>{{viewers}}</td>
</a>
<td width="48"><img src="{{thumb}}" alt="{{name}} thumbnail" referrerpolicy="no-referrer" width="48"></td>
<td>{{name}}</td>
<td>{{title}}</td>
<td>{{viewers}}</td>
</tr>
{% endfor %}
</tbody>