mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
add milestone list page
This commit is contained in:
@@ -331,3 +331,11 @@ func Comment(ctx *middleware.Context, params martini.Params) {
|
||||
|
||||
ctx.Redirect(fmt.Sprintf("%s/issues/%d", ctx.Repo.RepoLink, index))
|
||||
}
|
||||
|
||||
func Milestones(ctx *middleware.Context) {
|
||||
ctx.Data["Title"] = "Milestones"
|
||||
ctx.Data["IsRepoToolbarIssues"] = true
|
||||
ctx.Data["IsRepoToolbarIssuesList"] = true
|
||||
|
||||
ctx.HTML(200, "issue/milestone")
|
||||
}
|
||||
|
Reference in New Issue
Block a user