Add release specific download URL

This commit is contained in:
rubenwardy
2018-07-28 18:33:36 +01:00
parent a3e82ad42f
commit 286207ffa2
3 changed files with 25 additions and 1 deletions

View File

@@ -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 %}