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/download.html') 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 From 6cf98552f1c83d8e4fca1526131febd17045eae7 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Mon, 28 Jan 2013 14:48:37 -0700 Subject: Slight reorginization in the download page template Move things up that don't belong to the torrent section; make magnet link more prominent by using a bulleted list. Signed-off-by: Dan McGee --- templates/public/download.html | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) (limited to 'templates/public/download.html') diff --git a/templates/public/download.html b/templates/public/download.html index f385ea2..c68cf66 100644 --- a/templates/public/download.html +++ b/templates/public/download.html @@ -28,6 +28,7 @@
  • Current Release: {{ release.version }}
  • {% if release.kernel_version %}
  • Included Kernel: {{ release.kernel_version }}
  • {% endif %} + {% if release.file_size %}
  • ISO Size: {{ release.file_size|filesizeformat }}
  • {% endif %}
  • Installation Guide
  • Resources: