mirror of
https://github.com/go-gitea/gitea.git
synced 2024-11-25 16:20:27 +01:00
21f7db2124
Otherwise milestone JS would run on this page and cause errors
9 lines
260 B
Handlebars
9 lines
260 B
Handlebars
{{template "base/head" .}}
|
|
<div role="main" aria-label="{{.Title}}" class="page-content repository projects edit-project new">
|
|
{{template "repo/header" .}}
|
|
<div class="ui container">
|
|
{{template "projects/new" .}}
|
|
</div>
|
|
</div>
|
|
{{template "base/footer" .}}
|