Fixing issue in torrents listing
Cette révision appartient à :
Parent
c09d35f480
révision
9b69de4965
1 fichiers modifiés avec 1 ajouts et 1 suppressions
|
@ -15,7 +15,7 @@
|
|||
{{ 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}}
|
||||
{{if t.Hidden }} hidden{{end}}">
|
||||
{{if t.Hidden && User.CurrentOrAdmin(t.Uploader.ID) }} hidden{{end}}">
|
||||
<td class="tr-cat user-td">
|
||||
{{ if Sukebei() }}
|
||||
<div class="nyaa-cat sukebei-cat-{{ torrent.Category }}{{ torrent.SubCategory}}">
|
||||
|
|
Référencer dans un nouveau ticket