mirror of
https://github.com/go-gitea/gitea.git
synced 2025-03-06 02:45:35 +08:00

Additionally simplify the `new project` template slightly. Review hint: Disable whitespace changes. <details><summary>Before</summary> ## New repo project  ## Edit repo project  ## New user/org project  ## Edit user/org project  </details> <details><summary>After</summary> ## New repo project  ## Edit repo project  ## New user/org project  ## Edit user/org project  </details> --------- Co-authored-by: Giteabot <teabot@gitea.io>
7 lines
234 B
Handlebars
7 lines
234 B
Handlebars
{{template "base/head" .}}
|
|
<div role="main" aria-label="{{.Title}}" class="page-content repository projects edit-project new milestone">
|
|
{{template "repo/header" .}}
|
|
{{template "projects/new" .}}
|
|
</div>
|
|
{{template "base/footer" .}}
|