mirror of
https://github.com/go-gitea/gitea
synced 2025-08-02 23:58:35 +00:00
UI: create issue with title and content
This commit is contained in:
14
templates/repo/issue/new.tmpl
Normal file
14
templates/repo/issue/new.tmpl
Normal file
@@ -0,0 +1,14 @@
|
||||
{{template "base/head" .}}
|
||||
<div class="repository new issue">
|
||||
{{template "repo/header" .}}
|
||||
<div class="ui middle page grid body">
|
||||
<div class="navbar">
|
||||
{{template "repo/issue/navbar" .}}
|
||||
</div>
|
||||
<div class="ui divider"></div>
|
||||
<div class="sixteen wide column page grid">
|
||||
{{template "repo/issue/new_form" .}}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{{template "base/footer" .}}
|
Reference in New Issue
Block a user