Albirew/nyaa-pantsu
Archivé
1
0
Bifurcation 0

useless condition

Cette révision appartient à :
kilo 2017-07-14 19:54:40 +02:00 révisé par GitHub
Parent f0e49146e4
révision 73606928c6

Voir le fichier

@ -12,7 +12,6 @@
<th class="tr-date user-td hide-xs">{{ T("date")}}</th>
</tr>
{{ range i, t := UserProfile.Torrents }}
{{ if DisplayTorrent(t, User) }}
{{ torrent := t.ToJSON() }}
<tr class="torrent-info
{{if torrent.Status == 2}}remake{{else if torrent.Status == 3}}trusted{{else if torrent.Status == 4}}aplus{{end}}">
@ -53,7 +52,6 @@
<td class="tr-date user-td date-short hide-xs">{{torrent.Date}}</td>
</tr>
{{end}}
{{end}}
</table>
<nav class="torrentNav" aria-label="Page navigation">
<ul class="pagination">