diff options
author | emkael <emkael@tlen.pl> | 2017-06-16 00:43:34 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2017-06-16 00:43:34 +0200 |
commit | ed5f09ba25eca5d49ceb97149d56999dbe7fc7f6 (patch) | |
tree | 14e01d543a926110892773bb15049e0e93fa0a2c /templates | |
parent | 0e516877457725013df20eaae0161be263419927 (diff) |
Adding link to raw CSV in ranking page footer
Diffstat (limited to 'templates')
-rw-r--r-- | templates/player.html | 3 | ||||
-rw-r--r-- | templates/ranking.html | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/templates/player.html b/templates/player.html index 6740794..024ce1c 100644 --- a/templates/player.html +++ b/templates/player.html @@ -71,7 +71,8 @@ </tbody> </table> <div class="well well-sm"> - © 2017 - dla <a href="http://pzbs.pl">PZBS</a> zrobił <a href="https://emkael.info">mkl.</a> Też sobie <a href="https://github.com/emkael/pzbs-ranking">zrób.</a> + © 2017 - dla <a href="http://pzbs.pl">PZBS</a> zrobił <a href="https://emkael.info">mkl.</a> + Też sobie <a href="https://github.com/emkael/pzbs-ranking">zrób.</a> </div> </div> <script type="text/javascript" src="../res/jquery-2.2.4.min.js"></script> diff --git a/templates/ranking.html b/templates/ranking.html index f6f4696..ef338bb 100644 --- a/templates/ranking.html +++ b/templates/ranking.html @@ -198,7 +198,9 @@ <br /> </div> <div class="well well-sm"> - © 2017 - dla <a href="http://pzbs.pl">PZBS</a> zrobił <a href="https://emkael.info">mkl.</a> Też sobie <a href="https://github.com/emkael/pzbs-ranking">zrób.</a> + © 2017 - dla <a href="http://pzbs.pl">PZBS</a> zrobił <a href="https://emkael.info">mkl.</a> + Też sobie <a href="https://github.com/emkael/pzbs-ranking">zrób.</a> + Dane w CSV <a href="https://raw.githubusercontent.com/emkael/pzbs-ranking/master/data/rankings" id="rawlink">tu.</a> </div> </div> <script type="text/javascript" src="res/jquery-2.2.4.min.js"></script> |