diff --git a/templates/default/torrent/info.html.twig b/templates/default/torrent/info.html.twig index add3bad..a7951b2 100644 --- a/templates/default/torrent/info.html.twig +++ b/templates/default/torrent/info.html.twig @@ -28,7 +28,7 @@ {#{{ 'Torrent' | trans }} #{{ torrent.id }}#}
- + {% if torrent.download.magnet.exist %} @@ -42,7 +42,7 @@ {{ torrent.download.magnet.total }} - + {% if torrent.download.file.exist %} @@ -56,7 +56,7 @@ {{ torrent.download.file.total }} - + {% if torrent.star.exist %} diff --git a/templates/default/torrent/list.html.twig b/templates/default/torrent/list.html.twig index 8c3b35e..8f358df 100644 --- a/templates/default/torrent/list.html.twig +++ b/templates/default/torrent/list.html.twig @@ -92,7 +92,7 @@
- + {% if torrent.download.magnet.exist %} @@ -106,7 +106,7 @@ {{ torrent.download.magnet.total }} - + {% if torrent.download.file.exist %} @@ -120,7 +120,7 @@ {{ torrent.download.file.total }} - + {% if torrent.star.exist %} diff --git a/templates/default/user/info.html.twig b/templates/default/user/info.html.twig index 9cdef1d..a3632ab 100644 --- a/templates/default/user/info.html.twig +++ b/templates/default/user/info.html.twig @@ -13,7 +13,7 @@
#}
- + {% if user.star.exist %}