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