mirror of https://github.com/gogits/gogs.git
12 lines
317 B
12 lines
317 B
9 years ago
|
{{template "base/head" .}}
|
||
|
<div class="repository file editor delete">
|
||
|
{{template "repo/header" .}}
|
||
|
<div class="ui container">
|
||
|
{{template "base/alert" .}}
|
||
|
<form class="ui form" method="post">
|
||
|
{{.CsrfTokenHtml}}
|
||
|
{{template "repo/editor/commit_form" .}}
|
||
|
</form>
|
||
|
</div>
|
||
|
</div>
|
||
|
{{template "base/footer" .}}
|