summaryrefslogtreecommitdiffstats
path: root/templates/repo/projects/new.tmpl
blob: 531cae8d116bdb61e52b1e7a00ceb3639e1c7145 (plain)
1
2
3
4
5
6
{{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" .}}