diff options
author | Unknwon <joe2010xtmf@163.com> | 2014-09-28 01:44:09 -0400 |
---|---|---|
committer | Unknwon <joe2010xtmf@163.com> | 2014-09-28 01:44:09 -0400 |
commit | e3b78c47e24c9ef175f355a5868bb6191946cf4e (patch) | |
tree | fe793035e3052b8967984de3ea092c943466ddb7 /cmd/web.go | |
parent | 49193bebd283322bb997b7aed09fc7818a881af9 (diff) | |
parent | 7d48f811f16d3565f161a44e4e98c451cf6c857e (diff) | |
download | gitea-e3b78c47e24c9ef175f355a5868bb6191946cf4e.tar.gz gitea-e3b78c47e24c9ef175f355a5868bb6191946cf4e.zip |
Merge branch 'master' of github.com:gogits/gogs
Conflicts:
public/ng/less/gogs/repository.less
templates/repo/home.tmpl
Diffstat (limited to 'cmd/web.go')
-rw-r--r-- | cmd/web.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/web.go b/cmd/web.go index f226e76ea3..a7f7de0bbe 100644 --- a/cmd/web.go +++ b/cmd/web.go @@ -351,6 +351,7 @@ func runWeb(*cli.Context) { r.Get("/pulls", repo.Pulls) r.Get("/branches", repo.Branches) r.Get("/archive/*", repo.Download) + r.Get("/issues2/",repo.Issues2) }, ignSignIn, middleware.RepoAssignment(true)) m.Group("/:username/:reponame", func(r *macaron.Router) { |