Albirew/nyaa-pantsu
Archivé
1
0
Bifurcation 0
Ce dépôt a été archivé le 2022-05-07. Vous pouvez voir ses fichiers ou le cloner, mais pas ouvrir de ticket ou de demandes d'ajout, ni soumettre de changements.
nyaa-pantsu/templates/torrent_report.html

9 lignes
305 o
HTML
Brut Vue normale Historique

2017-05-10 06:20:45 +02:00
<!DOCTYPE html>
<html>
2017-05-10 10:37:52 +02:00
<table>
2017-05-10 09:57:55 +02:00
{{ range .Torrents}}
2017-05-10 10:37:52 +02:00
<tr><td><a href="{{ genRoute "mod_tedit" }}?id={{.Torrent.ID}}">{{ .Torrent.Name }}</a></td><td>{{.User}}</td><td>{{.Description}}</td><td><a href="{{ genRoute "mod_tdelete" }}?id={{ .Torrent.ID }}">Delete</a></td></tr>
2017-05-10 06:20:45 +02:00
{{end}}
2017-05-10 10:37:52 +02:00
</table>
2017-05-10 06:20:45 +02:00
</html>