summaryrefslogtreecommitdiffstats
path: root/cmd
diff options
context:
space:
mode:
authorfuxiaohei <fuxiaohei@vip.qq.com>2014-11-24 22:33:04 +0800
committerfuxiaohei <fuxiaohei@vip.qq.com>2014-11-24 22:33:04 +0800
commit79dae254cf8bbbd942ae4925fc385396eaa95751 (patch)
tree9757b02d9c17029bae765ad30c198fc99af8c0f9 /cmd
parent5b32cdd96086b31b1ab3a71684241d8752dfc621 (diff)
downloadgitea-79dae254cf8bbbd942ae4925fc385396eaa95751.tar.gz
gitea-79dae254cf8bbbd942ae4925fc385396eaa95751.zip
add milestone page design
Diffstat (limited to 'cmd')
-rw-r--r--cmd/web.go1
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)