From c117f9e73f148468c624f31be237af7a691533a0 Mon Sep 17 00:00:00 2001 From: Unknown Date: Mon, 12 May 2014 20:22:35 -0400 Subject: Fix #166 --- routers/repo/repo.go | 1 + 1 file changed, 1 insertion(+) (limited to 'routers/repo/repo.go') diff --git a/routers/repo/repo.go b/routers/repo/repo.go index 19c9dddc..7769d227 100644 --- a/routers/repo/repo.go +++ b/routers/repo/repo.go @@ -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 -- cgit v1.2.3