Albirew/nyaa-pantsu
Archivé
1
0
Bifurcation 0
Cette révision appartient à :
Austin 2017-05-09 22:51:25 -05:00 révisé par GitHub
Parent c18dee3099
révision 91199a7396

Voir le fichier

@ -114,13 +114,13 @@ type UploadTemplateVariables struct {
}
type PanelIndexVbs struct {
Torrents []model.Torrents
Torrents []model.Torrent
Users []model.User
Comments []model.Comment
}
type PanelTorrentListVbs struct {
Torrents []model.Torrents
Torrents []model.Torrent
}
type PanelUserListVbs struct {
Users []model.User
@ -129,7 +129,7 @@ type PanelCommentListVbs struct {
Comments []model.Comment
}
type PanelTorrentEdVbs struct {
Torrent model.Torrents
Torrent model.Torrent
}
/*