From a471316a58a9c62b869696fe36d72abcbf9f2ab1 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Mon, 28 Jan 2013 14:27:44 -0700 Subject: Use torrent view and checksums where appropriate We no longer need to link externally to these items since we have all the data available in the web application now. Signed-off-by: Dan McGee --- templates/public/download.html | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'templates/public') diff --git a/templates/public/download.html b/templates/public/download.html index 2949084..f385ea2 100644 --- a/templates/public/download.html +++ b/templates/public/download.html @@ -56,8 +56,8 @@

If you can spare the bytes, please leave the client open after your download is finished, so you can seed it back to others. A web-seed capable client is recommended for fastest download speeds.

-

Download torrent for {{ release.version }} +

Download torrent for {{ release.version }} (Magnet) {% if release.file_size %}({{ release.file_size|filesizeformat }}){% endif %}

@@ -81,11 +81,9 @@ {% cache 600 download-mirrors %} -- cgit v1.2.3-24-g4f1b