useless condition
Cette révision appartient à :
Parent
f0e49146e4
révision
73606928c6
1 fichiers modifiés avec 0 ajouts et 2 suppressions
|
@ -12,7 +12,6 @@
|
||||||
<th class="tr-date user-td hide-xs">{{ T("date")}}</th>
|
<th class="tr-date user-td hide-xs">{{ T("date")}}</th>
|
||||||
</tr>
|
</tr>
|
||||||
{{ range i, t := UserProfile.Torrents }}
|
{{ range i, t := UserProfile.Torrents }}
|
||||||
{{ if DisplayTorrent(t, User) }}
|
|
||||||
{{ torrent := t.ToJSON() }}
|
{{ torrent := t.ToJSON() }}
|
||||||
<tr class="torrent-info
|
<tr class="torrent-info
|
||||||
{{if torrent.Status == 2}}remake{{else if torrent.Status == 3}}trusted{{else if torrent.Status == 4}}aplus{{end}}">
|
{{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>
|
<td class="tr-date user-td date-short hide-xs">{{torrent.Date}}</td>
|
||||||
</tr>
|
</tr>
|
||||||
{{end}}
|
{{end}}
|
||||||
{{end}}
|
|
||||||
</table>
|
</table>
|
||||||
<nav class="torrentNav" aria-label="Page navigation">
|
<nav class="torrentNav" aria-label="Page navigation">
|
||||||
<ul class="pagination">
|
<ul class="pagination">
|
||||||
|
|
Référencer dans un nouveau ticket