From d1a60e364383b877fd98b853d94b739cb171fe9c Mon Sep 17 00:00:00 2001 From: fuxiaohei Date: Mon, 17 Nov 2014 23:07:34 +0800 Subject: add pull-request and labels page design --- routers/repo/issue.go | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'routers') diff --git a/routers/repo/issue.go b/routers/repo/issue.go index e3a14e193b..b08b06050b 100644 --- a/routers/repo/issue.go +++ b/routers/repo/issue.go @@ -1125,3 +1125,11 @@ func IssueGetAttachment(ctx *middleware.Context) { func Issues2(ctx *middleware.Context){ ctx.HTML(200,"repo/issue2/list") } + +func PullRequest2(ctx *middleware.Context){ + ctx.HTML(200,"repo/pr2/list") +} + +func Labels2(ctx *middleware.Context){ + ctx.HTML(200,"repo/issue2/labels") +} -- cgit v1.2.3