]> de.git.xonotic.org Git - xonotic/xonstat.git/blobdiff - xonstat/templates/rank_index.mako
Fixing issue with long player nicks, fixes #1313
[xonotic/xonstat.git] / xonstat / templates / rank_index.mako
index 632823f9ce166eb4348aba47536ed01754c97166..e501aa71f5a13d46a526718236b22e1da19a6c0d 100644 (file)
@@ -29,7 +29,7 @@ Capture The Flag Rank Index
       % for rank in ranks:
       <tr>
         <td>${rank.rank}</td>
-        <td><a href="${request.route_url("player_info", id=rank.player_id)}" title="Go to this player's info page">${rank.nick_html_colors()|n}</a></th>
+        <td class="player-nick"><a href="${request.route_url("player_info", id=rank.player_id)}" title="Go to this player's info page">${rank.nick_html_colors()|n}</a></th>
         <td>${round(rank.elo, 3)}</th>
       </tr>
       <% i += 1 %>