Load Repo Topics on blame view (#11307)

Fix #11280
This commit is contained in:
6543
2020-05-05 23:51:49 +02:00
committed by GitHub
parent d9de58beee
commit a1f11a05e9
2 changed files with 19 additions and 6 deletions
+6
View File
@@ -194,6 +194,12 @@ func RefBlame(ctx *context.Context) {
commitNames[c.ID.String()] = c
}
// Get Topics of this repo
renderRepoTopics(ctx)
if ctx.Written() {
return
}
renderBlame(ctx, blameParts, commitNames)
ctx.HTML(200, tplBlame)