wiki: finish new

This commit is contained in:
Unknwon
2015-11-27 00:24:24 -05:00
parent c50a3503e6
commit 392f3ee210
15 changed files with 474 additions and 2236 deletions

View File

@ -534,6 +534,7 @@ func runWeb(ctx *cli.Context) {
m.Group("/wiki", func() {
m.Get("/?:page", repo.Wiki)
m.Get("/_list", repo.WikiList)
m.Group("", func() {
m.Combo("/_new").Get(repo.NewWiki).