diff options
author | fuxiaohei <fuxiaohei@vip.qq.com> | 2014-11-24 22:33:04 +0800 |
---|---|---|
committer | fuxiaohei <fuxiaohei@vip.qq.com> | 2014-11-24 22:33:04 +0800 |
commit | 79dae254cf8bbbd942ae4925fc385396eaa95751 (patch) | |
tree | 9757b02d9c17029bae765ad30c198fc99af8c0f9 /cmd | |
parent | 5b32cdd96086b31b1ab3a71684241d8752dfc621 (diff) | |
download | gitea-79dae254cf8bbbd942ae4925fc385396eaa95751.tar.gz gitea-79dae254cf8bbbd942ae4925fc385396eaa95751.zip |
add milestone page design
Diffstat (limited to 'cmd')
-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 c2017a2850..39e212bc7a 100644 --- a/cmd/web.go +++ b/cmd/web.go @@ -405,6 +405,7 @@ func runWeb(*cli.Context) { m.Get("/issues2/", repo.Issues2) m.Get("/pulls2/", repo.PullRequest2) m.Get("/labels2/", repo.Labels2) + m.Get("/milestone2/",repo.Milestones2) m.Group("", func() { m.Get("/src/*", repo.Home) |