projects
/
xonotic
/
xonstat.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
caa8643
)
Add the active maps links back.
author
Ant Zucaro <azucaro@gmail.com>
Sun, 6 Nov 2016 01:19:15 +0000
(21:19 -0400)
committer
Ant Zucaro <azucaro@gmail.com>
Sun, 6 Nov 2016 01:19:15 +0000
(21:19 -0400)
xonstat/templates/main_index.mako
patch
|
blob
|
history
diff --git
a/xonstat/templates/main_index.mako
b/xonstat/templates/main_index.mako
index 3405039fe527f9bb2d40dc7e3704d846aefefa5e..6641d96aedec7a64b5f1048d5c22fb19785ffecd 100644
(file)
--- a/
xonstat/templates/main_index.mako
+++ b/
xonstat/templates/main_index.mako
@@
-134,7
+134,7
@@
% for tm in top_maps:
<tr>
<td>${tm.sort_order}</td>
- <td
>${tm.map_name}
</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.games}</td>
</tr>
% endfor