]> de.git.xonotic.org Git - xonotic/xonstat.git/commitdiff
Add the active maps links back.
authorAnt Zucaro <azucaro@gmail.com>
Sun, 6 Nov 2016 01:19:15 +0000 (21:19 -0400)
committerAnt Zucaro <azucaro@gmail.com>
Sun, 6 Nov 2016 01:19:15 +0000 (21:19 -0400)
xonstat/templates/main_index.mako

index 3405039fe527f9bb2d40dc7e3704d846aefefa5e..6641d96aedec7a64b5f1048d5c22fb19785ffecd 100644 (file)
       % for tm in top_maps:
         <tr>
           <td>${tm.sort_order}</td>
-          <td>${tm.map_name}</td>
+          <td class="no-stretch"><a href="${request.route_url('map_info', id=tm.map_id)}" title="Go to the map info page for ${tm.map_name}">${tm.map_name}</a></td>
           <td>${tm.games}</td>
         </tr>
       % endfor