]> de.git.xonotic.org Git - xonotic/xonstat.git/commitdiff
Show the number of games instead of the sort order (again). active-maps
authorAnt Zucaro <azucaro@gmail.com>
Sun, 6 Nov 2016 03:01:17 +0000 (23:01 -0400)
committerAnt Zucaro <azucaro@gmail.com>
Sun, 6 Nov 2016 03:01:17 +0000 (23:01 -0400)
xonstat/templates/top_maps_index.mako

index 4a8f35810b86d9ae0870b99cf86681f0d62c843e..71fa66441e6e172f90e110d84040d2f1c3103188 100644 (file)
@@ -32,7 +32,7 @@
           <tr>
             <td>${tm.sort_order}</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.sort_order}</td>
+            <td>${tm.games}</td>
           </tr>
         % endfor
         </tbody>