1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-08-03 00:45:22 +02: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")
}