Albirew/nyaa-pantsu
Archivé
1
0
Bifurcation 0

Update torrent_report.html

Cette révision appartient à :
akuma06 2017-05-10 18:50:24 +02:00 révisé par GitHub
Parent 0a1bd085ae
révision b0e359e504

Voir le fichier

@ -1,9 +1,8 @@
{{define "title"}}Torrents Report{{end}}
{{define "content"}}
<table class="table">
<table class="table">
{{ range .Torrents}}
<tr><td><a href="{{ genRoute "mod_tedit" }}?id={{.Torrent.ID}}">{{ .Torrent.Name }}</a></td><td>{{.User.Username}}</td><td>{{.Description}}</td><td><a href="{{ genRoute "mod_tdelete" }}?id={{ .Torrent.ID }}">Delete</a></td></tr>
{{end}}
</table>
{{end}}
{{end}}