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