mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
add pull-request and labels page design
This commit is contained in:
@@ -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")
|
||||
}
|
||||
|
Reference in New Issue
Block a user