diff --git a/app/templates/packages/view.html b/app/templates/packages/view.html index 054c2ae..6acee38 100644 --- a/app/templates/packages/view.html +++ b/app/templates/packages/view.html @@ -93,11 +93,13 @@ {{ package.author.display_name }} - - - {{ package.downloads }} - + {% if release %} + + + {{ package.downloads }} + + {% endif %} {{ threads | length }}