diff --git a/templates/torrent_list.html.twig b/templates/torrent_list.html.twig index dba94ad..57c8d9c 100644 --- a/templates/torrent_list.html.twig +++ b/templates/torrent_list.html.twig @@ -6,22 +6,20 @@ - - - - + + + + + + {# @var torrent \App\Entity\Torrent #} {% for torrent in torrents %} - + + - {% endfor %}
NameSizeDiscoveredLink
🔗NameSizeDiscovered
- {{ torrent.name }} - 🔗{{ torrent.name }} {{ torrent.totalSize | readable_size }} {{ torrent.discoveredOn | date('Y-m-d H:i:s')}} - 🔗 -