]> git.sesse.net Git - ccbs/blobdiff - html/templates/song.tmpl
Added a link from the song highscore list to the tournaments.
[ccbs] / html / templates / song.tmpl
index 5de46c0e592fcd9449d73c40b23c834e0ee31183..5f18e5eb38d3fdb613225e9eb8deead22c9d86c3 100644 (file)
@@ -23,7 +23,7 @@
       <tr>
         <td>[% s.nick %]</td>
         <td>[% s.score %]</td>
-        <td>[% s.tournamentname %]</td>
+        <td><a href="show-tournament.pl?id=[% s.tournament %]">[% s.tournamentname %]</a></td>
       </tr>
 [% END %]
     </table>