mirror of
https://github.com/Thor77/TeamspeakStats.git
synced 2025-04-04 12:44:40 -04:00
nick-click => direct-link
add onclick-attr to list-items
This commit is contained in:
parent
b469a1c12e
commit
3efe4c09f0
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
|||
<h1>{{ headline }}</h2>
|
||||
<ul class="list-group">
|
||||
{% for client, value in list %}
|
||||
<li id="{{ client.nick }}" class="list-group-item{{ ' list-group-item-success' if client.connected else loop.cycle('" style="background-color: #eee;', '') }}">
|
||||
<li id="{{ client.nick }}" onclick="window.location = '#{{ client.nick }}'" class="list-group-item{{ ' list-group-item-success' if client.connected else loop.cycle('" style="background-color: #eee;', '') }}">
|
||||
{{ client.nick }}{{ " (" + client.identifier + ")" if debug }}
|
||||
<span class="badge">{{ value }}</span>
|
||||
</li>
|
||||
|
|
Loading…
Add table
Reference in a new issue