]> git.rm.cloudns.org Git - xonotic/xonstat.git/commitdiff
Change up the terms on the map page.
authorAnt Zucaro <azucaro@gmail.com>
Sat, 24 Dec 2011 01:40:59 +0000 (20:40 -0500)
committerAnt Zucaro <azucaro@gmail.com>
Sat, 24 Dec 2011 01:40:59 +0000 (20:40 -0500)
xonstat/templates/map_index.mako
xonstat/templates/search.mako

index f98e3d4cf8d26cab91cb81614658eb38388f2ec2..05a76d75a8216f4d88c87a836580afe55e07d402 100755 (executable)
@@ -18,10 +18,13 @@ Map Index - ${parent.title()}
 <table id="map-index-table" border="1">\r
   <tr>\r
     <th>Name</th>\r
+    <th>Added</th>\r
   </tr>\r
 % for map in maps:\r
   <tr>\r
     <td><a href="${request.route_url("map_info", id=map.map_id)}" title="Go to this map's info page">${map.name}</a></th>\r
+    <td>${map.create_dt.strftime('%m/%d/%Y at %H:%M')}</td>\r
+</td>\r
   </tr>\r
 % endfor\r
 </table>\r
index edbf7d0b2be53a37d6f64b7bfe24aba292b043c2..3015b0b6721d903f390e7bdc3cbb927a5a49482c 100755 (executable)
@@ -64,7 +64,7 @@
 <table>
     <tr>
         <th>Map</th>
-        <th>Created</th>
+        <th>Added</th>
     </tr>
     % for map in results:
     <tr>