Albirew/nyaa-pantsu
Archivé
1
0
Bifurcation 0

Fix stats lol

Cette révision appartient à :
pantsudev 2017-06-16 08:53:35 +10:00
Parent 50959a24fc
révision 2c62516cc6

Voir le fichier

@ -83,13 +83,9 @@
<td class="tr-size home-td hide-xs">
{{ fileSize .Filesize $.T }}
</td>
{{if .LastScrape.IsZero}}
<td class="home-td hide-xs" colspan="3">{{call $.T "unknown"}}</td>
{{else}}
<td class="tr-se home-td hide-xs">{{.Seeders}}</td>
<td class="tr-le home-td hide-xs">{{.Leechers}}</td>
<td class="tr-dl home-td hide-xs">{{.Completed}}</td>
{{end}}
<td class="tr-date home-td date-short hide-xs">{{.Date}}</td>
</tr>
{{end}}
@ -264,4 +260,4 @@
Torrents.LastID = {{ lastID .URL .Models }};
if (Torrents.LastID > 0) Torrents.CanRefresh = true;
</script>
{{end}}
{{end}}