mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-27 04:07:08 +00:00
parent
d9de58beee
commit
a1f11a05e9
2 changed files with 19 additions and 6 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue