]> git.sesse.net Git - ccbs/blobdiff - html/templates/song.tmpl
Set the title on a player's page to the nick.
[ccbs] / html / templates / song.tmpl
index c1b510b36cd1f31f34fcf692185e0021a96729e5..c1184fc341d9ddf191719a0e6bd511b55464a221 100644 (file)
@@ -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>