summaryrefslogtreecommitdiffstats
path: root/templates/repo/projects/new.tmpl
blob: e70f3bca87da840c7054dc459ea94334fccdde2e (plain)
1
2
3
4
5
6
7
8
{{template "base/head" .}}
<div role="main" aria-label="{{.Title}}" class="page-content repository projects edit-project new milestone">
	{{template "repo/header" .}}
	<div class="ui container">
	{{template "projects/new" .}}
	</div>
</div>
{{template "base/footer" .}}