aboutsummaryrefslogtreecommitdiff
path: root/routers/repo/branch.go
diff options
context:
space:
mode:
Diffstat (limited to 'routers/repo/branch.go')
1 files changed, 3 insertions, 3 deletions
diff --git a/routers/repo/branch.go b/routers/repo/branch.go
index 786dc068..12b62507 100644
--- a/routers/repo/branch.go
+++ b/routers/repo/branch.go
@@ -12,13 +12,13 @@ import (
"github.com/gogits/git-module"
"github.com/gogits/gogs/models"
- "github.com/gogits/gogs/pkg/base"
+ "github.com/gogits/gogs/pkg/tool"
"github.com/gogits/gogs/pkg/context"
)
const (
- BRANCHES_OVERVIEW base.TplName = "repo/branches/overview"
- BRANCHES_ALL base.TplName = "repo/branches/all"
+ BRANCHES_OVERVIEW tool.TplName = "repo/branches/overview"
+ BRANCHES_ALL tool.TplName = "repo/branches/all"
)
type Branch struct {