]> de.git.xonotic.org Git - xonotic/xonstat.git/commitdiff
Fix the recent games table for the server info page.
authorAnt Zucaro <azucaro@gmail.com>
Sun, 12 Apr 2015 14:32:08 +0000 (10:32 -0400)
committerAnt Zucaro <azucaro@gmail.com>
Sun, 12 Apr 2015 14:32:08 +0000 (10:32 -0400)
xonstat/templates/server_info.mako

index df1a5227f05bfee331569e3f3a65133c055787b6..f074a9494b2b6d9ae21fc9b04067cbd78ce8c7e3 100644 (file)
             <tr>
               <td class="text-center"><a class="tiny button" href="${request.route_url('game_info', id=rg.game_id)}" title="View detailed information about this game">View</a></td>
               <td class="text-center"><span class="sprite sprite-${rg.game_type_cd}" alt="${rg.game_type_cd}" title="${rg.game_type_descr}"></span></td>
-              <td><a href="${request.route_url('map_info', id=rg.map_id)}" title="Go to the map detail page for this map">${rg.map_name}</a></td>
-              <td><span class="abstime" data-epoch="${rg.epoch}" title="${rg.start_dt.strftime('%a, %d %b %Y %H:%M:%S UTC')}">${rg.fuzzy_date}</span></td>
+              <td class="show-for-medium-up"><a href="${request.route_url('map_info', id=rg.map_id)}" title="Go to the map detail page for this map">${rg.map_name}</a></td>
+              <td class="show-for-large-up"><span class="abstime" data-epoch="${rg.epoch}" title="${rg.start_dt.strftime('%a, %d %b %Y %H:%M:%S UTC')}">${rg.fuzzy_date}</span></td>
               <td class="no-stretch">
                 % if rg.player_id > 2:
                 <a href="${request.route_url('player_info', id=rg.player_id)}" title="Go to the player info page for this player">${rg.nick_html_colors|n}</a>