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 6b13a6f301
révision e49f387b17

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
}
/*