1
0
Fork 0
forked from forgejo/forgejo
This commit is contained in:
Unknown 2014-05-12 20:22:35 -04:00
parent f979d0d6b9
commit c117f9e73f
5 changed files with 69 additions and 5 deletions

View file

@ -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