From 94ea67547aeaaa76ea7345bb77fd0a607ca1da09 Mon Sep 17 00:00:00 2001 From: Cqoicebordel Date: Wed, 10 Dec 2014 18:20:20 +0100 Subject: [PATCH] HTML and usability corrections Put the result URL at the top, like in other results template Put the magnet link on the same line as the stats (peer/seed). --- searx/templates/default/result_templates/torrent.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/searx/templates/default/result_templates/torrent.html b/searx/templates/default/result_templates/torrent.html index 6c62793a5..5925f1313 100644 --- a/searx/templates/default/result_templates/torrent.html +++ b/searx/templates/default/result_templates/torrent.html @@ -1,7 +1,6 @@

{{ result.title|safe }}

- {% if result.content %}

{{ result.content|safe }}

{% endif %} -

Seed: {{ result.seed }}, Leech: {{ result.leech }}

-

magnet link

{{ result.pretty_url }}

+ {% if result.content %}

{{ result.content|safe }}

{% endif %} +

magnet link - Seed: {{ result.seed }}, Leech: {{ result.leech }}