Merge branch 'dev' of github.com:gogits/gogs into dev
This commit is contained in:
commit
0cce61de3a
5 changed files with 147 additions and 3 deletions
|
@ -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")
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue