aboutsummaryrefslogtreecommitdiff
path: root/routers/repo/issue.go
diff options
context:
space:
mode:
authorUnknwon <joe2010xtmf@163.com>2014-09-28 01:44:09 -0400
committerUnknwon <joe2010xtmf@163.com>2014-09-28 01:44:09 -0400
commite3b78c47e24c9ef175f355a5868bb6191946cf4e (patch)
treefe793035e3052b8967984de3ea092c943466ddb7 /routers/repo/issue.go
parent49193bebd283322bb997b7aed09fc7818a881af9 (diff)
parent7d48f811f16d3565f161a44e4e98c451cf6c857e (diff)
Merge branch 'master' of github.com:gogits/gogs
Conflicts: public/ng/less/gogs/repository.less templates/repo/home.tmpl
Diffstat (limited to 'routers/repo/issue.go')
-rw-r--r--routers/repo/issue.go6
1 files changed, 6 insertions, 0 deletions
diff --git a/routers/repo/issue.go b/routers/repo/issue.go
index f854a22b..e611032e 100644
--- a/routers/repo/issue.go
+++ b/routers/repo/issue.go
@@ -1119,3 +1119,9 @@ func IssueGetAttachment(ctx *middleware.Context) {
// We must put the name in " manually.
ctx.ServeFile(attachment.Path, "\""+attachment.Name+"\"")
}
+
+// testing route handler for new issue ui page
+// todo : move to Issue() function
+func Issues2(ctx *middleware.Context){
+ ctx.HTML(200,"repo/issue2/list")
+}