2015-08-09 09:23:02 +02:00
|
|
|
{{template "base/head" .}}
|
2023-02-01 23:56:10 +01:00
|
|
|
<div role="main" aria-label="{{.Title}}" class="page-content repository new issue">
|
2015-08-09 09:23:02 +02:00
|
|
|
{{template "repo/header" .}}
|
2015-08-09 19:04:23 +02:00
|
|
|
<div class="ui container">
|
|
|
|
{{template "repo/issue/new_form" .}}
|
2015-08-09 09:23:02 +02:00
|
|
|
</div>
|
|
|
|
</div>
|
2015-12-07 23:30:52 +01:00
|
|
|
{{template "base/footer" .}}
|