]> de.git.xonotic.org Git - xonotic/xonstat.git/blobdiff - xonstat/templates/map_info.mako
Remove Persona since it was shut down. :(
[xonotic/xonstat.git] / xonstat / templates / map_info.mako
index 7a2d1b5fa839c2ca9d040ebd2709f290ab3574ed..339525cde4a8c1405e76b2ca67380560313faac0 100644 (file)
   ${parent.title()}
 </%block>
 
-<%block name="css">
-  ${parent.css()}
-  <link href="/static/css/sprites.css" rel="stylesheet">
-</%block>
-
 % if gmap is None:
   <h2>Sorry, that map wasn't found!</h2>
 
@@ -34,7 +29,7 @@
       <table class="table-hover table-condensed">
         <thead>
           <tr>
-            <th class="small-2">#</th>
+            <th class="small-1">#</th>
             <th class="small-7">Nick</th>
             <th class="small-4">Score</th>
           </tr>
@@ -62,7 +57,7 @@
       <table class="table-hover table-condensed">
         <thead>
           <tr>
-            <th class="small-2">#</th>
+            <th class="small-1">#</th>
             <th class="small-7">Nick</th>
             <th class="small-4">Time</th>
           </tr>
@@ -90,7 +85,7 @@
       <table class="table-hover table-condensed">
         <thead>
           <tr>
-            <th class="small-2">#</th>
+            <th class="small-1">#</th>
             <th class="small-7">Name</th>
             <th class="small-4"># Games</th>
           </tr>
   % if len(captimes) > 0:
   <div class="row">
     <div class="small-12 large-6 columns">
-      <h5>Best Flag Capture Times</h5>
+      <h5>Best Flag Capture Times <a href="${request.route_url('map_captimes', id=gmap.map_id)}" title="See more flag capture times for ${gmap.name}"><i class="fa fa-plus-circle"></i></a></h5>
       <table class="table-hover table-condensed">
         <thead>
           <tr>