aboutsummaryrefslogtreecommitdiff
path: root/app/templates
diff options
context:
space:
mode:
authorrubenwardy <rw@rubenwardy.com>2019-01-29 01:43:21 +0000
committerrubenwardy <rw@rubenwardy.com>2019-01-29 01:43:21 +0000
commit7810bb54e0fea0f9452423d89e13ab0c87f767f1 (patch)
tree7885ed204f767eb9c49f1f16c51cdbd2c7b5374d /app/templates
parent2844773e4d05b3453fb90e131035a1639f05cd84 (diff)
downloadcheatdb-7810bb54e0fea0f9452423d89e13ab0c87f767f1.tar.xz
Add download counter to home page
Diffstat (limited to 'app/templates')
-rw-r--r--app/templates/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/templates/index.html b/app/templates/index.html
index 210cc84..e11b3c8 100644
--- a/app/templates/index.html
+++ b/app/templates/index.html
@@ -51,7 +51,7 @@ Welcome
<div class="text-center">
<small>
- CDB has {{ count }} packages available to download.
+ CDB has {{ count }} packages, with a total of {{ downloads }} downloads.
</small>
</div>
<!-- </main> -->