From 3a7d85247ec8b7b50dc1956f7eb373a7da4d149e Mon Sep 17 00:00:00 2001 From: sfan5 Date: Tue, 6 Jun 2017 16:35:07 +0200 Subject: [PATCH] Magnet & download icons on view page --- templates/view.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/view.html b/templates/view.html index 44f2e4a1..fa5a041a 100644 --- a/templates/view.html +++ b/templates/view.html @@ -63,9 +63,9 @@
- {{call $.T "magnet_link"}} +
{{call $.T "magnet_link"}}
{{ if ne .TorrentLink ""}} - {{call $.T "torrent_file"}} +
{{call $.T "torrent_file"}}
{{end}} {{ if gt $.User.ID 0}} {{ call $.T "report_btn" }}