]> de.git.xonotic.org Git - xonotic/xonstat.git/commitdiff
Add a little help bubble in the top-left <td>. matrix-diagonal-help
authorAnt Zucaro <azucaro@gmail.com>
Sat, 28 Oct 2017 14:28:42 +0000 (10:28 -0400)
committerAnt Zucaro <azucaro@gmail.com>
Sat, 28 Oct 2017 14:28:42 +0000 (10:28 -0400)
xonstat/templates/frag_matrix.mako

index db08a059d52dd50cd153b9fe9da6f9e81133d1a2..6f70288ae623d0971524e9257a9cc242b9471758 100644 (file)
@@ -4,7 +4,7 @@
 
 <table>
   <thead>
-    <th></th>
+    <th class="text-center"><i class="fa fa-question-circle" title="The rows are the fraggers, the columns are the victims"></i></th>
     % for pgstat in pgstats:
       <th><span class="rotated">${pgstat.nick_html_colors()|n}</span></th>
     % endfor