]> git.xonotic.org Git - xonotic/xonstat.git/commitdiff
Flip short and long description.
authorAnt Zucaro <azucaro@gmail.com>
Tue, 5 Feb 2013 00:30:29 +0000 (19:30 -0500)
committerAnt Zucaro <azucaro@gmail.com>
Tue, 5 Feb 2013 00:30:29 +0000 (19:30 -0500)
xonstat/templates/game_info.mako

index 7e7e80e47d97c0eeb27b8b2defbd39f3b7f76fc9..3e567e4b901f5c3c9a334b754602e777dcd065f1 100644 (file)
@@ -37,7 +37,7 @@ Game Information
     <img width="48" height="48" src="/static/images/icons/48x48/${game.game_type_cd}.png" alt="${game.game_type_cd}"/>
     <p>
       Played: <span class="abstime" data-epoch="${game.epoch()}" title="${game.start_dt.strftime('%a, %d %b %Y %H:%M:%S UTC')}">${game.fuzzy_date()}</span><br />
-      Game Type: ${game.game_type_cd} (${gametype.descr})<br />
+      Game Type: ${gametype.descr} (${game.game_type_cd})<br />
       Server: <a href="${request.route_url("server_info", id=server.server_id)}" name="Server info page for ${server.name}">${server.name}</a><br />
       Map: <a href="${request.route_url("map_info", id=map.map_id)}" name="Map info page for ${map.name}">${map.name}</a><br />
       % if game.duration is not None: