mirror of
https://github.com/go-gitea/gitea
synced 2024-11-01 15:54:25 +00:00
e650f64d81
This is only a quick fix to make it easier to backport. After this PR gets merged, I will propose a new PR to fix the FIXME. <details> ![image](https://github.com/go-gitea/gitea/assets/2114189/98d1d5c4-2e79-4a75-80e9-76fd898986e0) </details>
9 lines
252 B
Handlebars
9 lines
252 B
Handlebars
{{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" .}}
|