diff --git a/app/templates/packages/view.html b/app/templates/packages/view.html
index 9cea59a2..bcac6f45 100644
--- a/app/templates/packages/view.html
+++ b/app/templates/packages/view.html
@@ -32,7 +32,7 @@
{% block download_btn %}
{% if release %}
+ href="{{ release.getDownloadURL() }}">
- - - {{ _("Statistics") }} - {% if package.approved and current_user != package.author %} - | {{ _("Report") }} {% endif %} {% if package.checkPerm(current_user, "EDIT_PACKAGE") or package.checkPerm(current_user, "APPROVE_NEW") %} - | + {% if package.approved and current_user != package.author %} + | + {% endif %} {{ _("See audit log") }}