This commit is contained in:
2019-02-01 11:35:13 +01:00
parent ba060a5e27
commit 0c75c13193
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -88,7 +88,7 @@ func retrieveFeeds(ctx *context.Context, options models.GetFeedsOptions) {
}
ctx.Data["Feeds"] = actions
fmt.Println("Repos: ", ctx.Data["Repos"])
fmt.Println("Feeds: ", ctx.Data["Feeds"])
}
// Dashboard render the dashborad page