mirror of
https://gitee.com/gitea/gitea
synced 2025-12-09 01:30:27 +08:00
Fix #166
This commit is contained in:
@@ -254,6 +254,7 @@ func Single(ctx *middleware.Context, params martini.Params) {
|
||||
|
||||
ctx.Data["LastCommit"] = ctx.Repo.Commit
|
||||
ctx.Data["Paths"] = Paths
|
||||
ctx.Data["TreeName"] = treename
|
||||
ctx.Data["Treenames"] = treenames
|
||||
ctx.Data["TreePath"] = treePath
|
||||
ctx.Data["BranchLink"] = branchLink
|
||||
|
||||
Reference in New Issue
Block a user