diff options
Diffstat (limited to 'app/templates')
| -rw-r--r-- | app/templates/packages/view.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/templates/packages/view.html b/app/templates/packages/view.html index d0d13e1..4ccb4d7 100644 --- a/app/templates/packages/view.html +++ b/app/templates/packages/view.html @@ -39,6 +39,7 @@ </table> <ul class="buttonset linedbuttonset"> + {% if package.getDownloadRelease() %}<li><a href="{{ package.getDownloadURL() }}">Download</a></li>{% endif %} {% if package.repo %}<li><a href="{{ package.repo }}">View Source</a></li>{% endif %} {% if package.forums %}<li><a href="https://forum.minetest.net/viewtopic.php?t={{ package.forums }}">Forums</a></li>{% endif %} {% if package.issueTracker %}<li><a href="{{ package.issueTracker }}">Issue Tracker</a></li>{% endif %} |
