aboutsummaryrefslogtreecommitdiff
path: root/routers/repo
diff options
context:
space:
mode:
Diffstat (limited to 'routers/repo')
-rw-r--r--routers/repo/single.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/routers/repo/single.go b/routers/repo/single.go
index 1c4de34a..0bfc8ffb 100644
--- a/routers/repo/single.go
+++ b/routers/repo/single.go
@@ -5,6 +5,7 @@
package repo
import (
+ "fmt"
"strings"
"github.com/codegangsta/martini"
@@ -131,6 +132,8 @@ func Single(ctx *middleware.Context, params martini.Params) {
}
}
+ fmt.Println(Paths)
+
ctx.Data["Paths"] = Paths
ctx.Data["Treenames"] = treenames
ctx.Data["IsRepoToolbarSource"] = true