aboutsummaryrefslogtreecommitdiff
path: root/app/templates/packages/view.html
diff options
context:
space:
mode:
authorrubenwardy <rw@rubenwardy.com>2018-07-28 18:33:36 +0100
committerrubenwardy <rw@rubenwardy.com>2018-07-28 18:33:36 +0100
commit286207ffa212cbe2cdc3c2e5abc511f3c7d6fcad (patch)
tree0b701fa7506f70fb18d57eaae6ffa97c8061f9e1 /app/templates/packages/view.html
parenta3e82ad42f7707af43db477596fb6fe5fc5a6b53 (diff)
downloadcheatdb-1.9.0.tar.xz
Add release specific download URLv1.9.0
Diffstat (limited to 'app/templates/packages/view.html')
-rw-r--r--app/templates/packages/view.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/templates/packages/view.html b/app/templates/packages/view.html
index eb9196d..f5ff628 100644
--- a/app/templates/packages/view.html
+++ b/app/templates/packages/view.html
@@ -196,7 +196,7 @@
<li>
{% if not rel.approved %}<i>{% endif %}
- <a href="{{ rel.url }}">{{ rel.title }}</a>{% if rel.commit_hash %}
+ <a href="{{ rel.getDownloadURL() }}">{{ rel.title }}</a>{% if rel.commit_hash %}
[{{ rel.commit_hash | truncate(5, end='') }}]{% endif %},
created {{ rel.releaseDate | datetime }}.
{% if rel.task_id %}