gitea源码

1234567891011121314
  1. {{template "base/head" .}}
  2. <div role="main" aria-label="{{.Title}}" class="page-content repository file editor delete">
  3. {{template "repo/header" .}}
  4. <div class="ui container">
  5. {{template "base/alert" .}}
  6. <form class="ui form form-fetch-action" method="post" action="{{.CommitFormOptions.TargetFormAction}}">
  7. {{.CsrfTokenHtml}}
  8. {{template "repo/editor/common_top" .}}
  9. {{template "repo/editor/commit_form" .}}
  10. </form>
  11. </div>
  12. </div>
  13. {{template "base/footer" .}}