diff --git a/templates/default/torrent/info.html.twig b/templates/default/torrent/info.html.twig index 364ac67..add3bad 100644 --- a/templates/default/torrent/info.html.twig +++ b/templates/default/torrent/info.html.twig @@ -30,46 +30,46 @@
{% if torrent.download.magnet.exist %} - + {% else %} - + {% endif %} - + {{ torrent.download.magnet.total }} - + {% if torrent.download.file.exist %} - + {% else %} - + {% endif %} - + {{ torrent.download.file.total }} - + {% if torrent.star.exist %} - + {% else %} - + {% endif %} - + {{ torrent.star.total }} - +
diff --git a/templates/default/torrent/list.html.twig b/templates/default/torrent/list.html.twig index 3b2ce7a..bc0f1ce 100644 --- a/templates/default/torrent/list.html.twig +++ b/templates/default/torrent/list.html.twig @@ -62,78 +62,78 @@ #} - + {{ torrent.file.size | format_bytes }} - + - - + + - + {{ torrent.scrape.seeders }} - + - - + + - + {{ torrent.scrape.peers }} - + - - + + - + {{ torrent.scrape.leechers }} - + {% endfor %} diff --git a/templates/default/user/info.html.twig b/templates/default/user/info.html.twig index 34ace24..9cdef1d 100644 --- a/templates/default/user/info.html.twig +++ b/templates/default/user/info.html.twig @@ -15,18 +15,18 @@