mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-06 21:45:50 +01:00
TODO
This commit is contained in:
@@ -10,6 +10,7 @@ class WikiController extends WikiControllerBase
|
||||
|
||||
trait WikiControllerBase extends ControllerBase { self: WikiService with RepositoryService =>
|
||||
|
||||
// TODO ユーザ名の先頭に_は使えないようにする
|
||||
case class WikiPageEditForm(pageName: String, content: String, message: Option[String], currentPageName: String)
|
||||
|
||||
val newForm = mapping(
|
||||
|
||||
Reference in New Issue
Block a user