projects
/
xonotic
/
xonstat.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
e68b024
)
Add back the footer attribution below everything else.
author
Ant Zucaro <azucaro@gmail.com>
Sun, 22 Oct 2017 18:03:16 +0000
(14:03 -0400)
committer
Ant Zucaro <azucaro@gmail.com>
Sun, 22 Oct 2017 18:03:16 +0000
(14:03 -0400)
xonstat/templates/footer.mako
patch
|
blob
|
history
diff --git
a/xonstat/templates/footer.mako
b/xonstat/templates/footer.mako
index 2f9f45a1e67e7eeb9918dcfbb1d164ee259ec295..2161960b3f567379c1eb6ec7881901d863673351 100644
(file)
--- a/
xonstat/templates/footer.mako
+++ b/
xonstat/templates/footer.mako
@@
-2,7
+2,6
@@
<div id="footer">
<div class="row" >
-
<div class="small-12 medium-3 columns">
<h4>Home</h4>
<ul>
@@
-42,6
+41,13
@@
</div>
</div>
+
+ <div class="row">
+ <div class="small-12 columns">
+ <p><small>XonStat is an open source (GPLv2) project created by <a href="https://gitlab.com/Antibody">Antibody</a>. Fork it or log issues <a href="https://gitlab.com/xonotic/xonstat" title="Go to the project page">on GitLab!</a></small></p>
+ </div>
+ </div>
+
</div>
</%def>