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>
6 lines
235 B
Handlebars
6 lines
235 B
Handlebars
{{template "base/head" .}}
|
|
<div role="main" aria-label="{{.Title}}" class="page-content organization projects edit-project new">
|
|
{{template "user/overview/header" .}}
|
|
{{template "projects/new" .}}
|
|
</div>
|
|
{{template "base/footer" .}}
|