mirror of
https://github.com/go-gitea/gitea
synced 2025-07-23 02:38:35 +00:00
introduce git-shell
This commit is contained in:
@@ -7,8 +7,9 @@
|
||||
{{.i18n.Tr "repo.wiki.new_page"}}
|
||||
</div>
|
||||
<form class="ui form" action="{{.Link}}" method="post">
|
||||
{{.CsrfTokenHtml}}
|
||||
<div class="field">
|
||||
<input name="title" value="{{.title}}" autofocus>
|
||||
<input name="title" value="{{.title}}" autofocus required>
|
||||
</div>
|
||||
<div class="field">
|
||||
<textarea id="edit-area" name="content" data-url="{{AppSubUrl}}/api/v1/markdown" data-context="{{.RepoLink}}">{{.i18n.Tr "repo.wiki.welcome"}}</textarea>
|
||||
|
Reference in New Issue
Block a user