mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-01 15:19:09 +01:00
db19d4eb39
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> (cherry picked from commit e650f64d812f5ebeb4a11d2ec20f2376c6d963bc)
8 lines
252 B
Go HTML Template
8 lines
252 B
Go HTML Template
{{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" .}}
|