]> git.rm.cloudns.org Git - xonotic/xonstat.git/commit
Add links to the game modes in the stat line.
authorAnt Zucaro <azucaro@gmail.com>
Thu, 10 Apr 2014 12:29:50 +0000 (08:29 -0400)
committerAnt Zucaro <azucaro@gmail.com>
Thu, 10 Apr 2014 12:29:50 +0000 (08:29 -0400)
commit20b805e34fc9ce6110b5ab06f3ef85af9804c249
tree2eb283b6c34f43bca343cf69b0dfe21989e04910
parent3a00dc0ff7d9671dac0a0850300b8b5c06e85072
Add links to the game modes in the stat line.

The implementation of this is a bit funky. See the
comment in main.py for the get_day_summary_stats
function call. Long story short is I picked what I
believe to be the lesser of two evils - I'm
assembling a complex string inside the view instead
of putting a Python code block directly in the template.
xonstat/templates/main_index.mako
xonstat/views/main.py