From fba80d17c128b8b2785a390f517009a0e3ab04f7 Mon Sep 17 00:00:00 2001 From: Alexey Skobkin Date: Fri, 22 Jun 2018 18:50:11 +0300 Subject: [PATCH] torrent_list.html.twig small changes and invalid markup fix. Now 'Link' column shows before 'Name' column. --- templates/torrent_list.html.twig | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) 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')}} - 🔗 -