1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

add milestone page design

This commit is contained in:
fuxiaohei
2014-11-24 22:33:04 +08:00
parent 5b32cdd960
commit 79dae254cf
5 changed files with 147 additions and 3 deletions

View File

@@ -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")
}