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 /routers | |
parent | 5b32cdd96086b31b1ab3a71684241d8752dfc621 (diff) |
add milestone page design
Diffstat (limited to 'routers')
-rw-r--r-- | routers/repo/issue.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/routers/repo/issue.go b/routers/repo/issue.go index b08b0605..750f4e40 100644 --- a/routers/repo/issue.go +++ b/routers/repo/issue.go @@ -1133,3 +1133,7 @@ func PullRequest2(ctx *middleware.Context){ func Labels2(ctx *middleware.Context){ ctx.HTML(200,"repo/issue2/labels") } + +func Milestones2(ctx *middleware.Context){ + ctx.HTML(200,"repo/milestone2/list") +} |