]> git.sesse.net Git - ccbs/blobdiff - html/templates/song.tmpl
Merge in class fixes from --pgweb.
[ccbs] / html / templates / song.tmpl
index c1b510b36cd1f31f34fcf692185e0021a96729e5..a275389574818884bc57272b02acaaa0832d6b5d 100644 (file)
@@ -12,7 +12,7 @@
   <h2>Beste scores</h2>
 
   <div>
-    <table>
+    <table class="scores">
       <tr>
         <th></th>
         <th>Spiller</th>
@@ -25,7 +25,7 @@
       <tr>
         <th>[% rowno %]</th>
 [% SET rowno = rowno + 1 %]
-        <td>[% s.nick %]</td>
+        <td><a href="player.pl?id=[% s.player %]">[% s.nick %]</a></td>
         <td>[% s.score %]</td>
         <td><a href="show-tournament.pl?id=[% s.tournament %]">[% s.tournamentname %]</a></td>
       </tr>