]> git.sesse.net Git - ccbs/commitdiff
Added a link from the song highscore list to the tournaments.
authorSteinar H. Gunderson <sesse@samfundet.no>
Fri, 18 Feb 2005 13:36:00 +0000 (13:36 +0000)
committerSteinar H. Gunderson <sesse@samfundet.no>
Fri, 18 Feb 2005 13:36:00 +0000 (13:36 +0000)
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>