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