]> de.git.xonotic.org Git - xonotic/xonstat.git/blobdiff - xonstat/templates/top_maps_index.mako
Show the number of games instead of the sort order (again).
[xonotic/xonstat.git] / 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>