gitea

Development moved to Codeberg

  1. 1
  2. 2
  3. 3
  4. 4
  5. 5
  6. 6
  7. 7
  8. 8
  9. 9
  10. 10
  11. 11
  12. 12
  13. 13
  14. 14
  15. 15
  16. 16
  17. 17
  18. 18
  19. 19
  20. 20
{{template "base/head" .}}
<div role="main" aria-label="{{.Title}}" class="page-content repository new issue">
	{{template "repo/header" .}}
	<div class="ui container">
		<div class="navbar">
			{{template "repo/issue/navbar" .}}
		</div>
		<div class="ui divider"></div>
		{{if .Flash.WarningMsg}}
			{{/*
			There's already an importing of alert.tmpl in new_form.tmpl,
			but only the negative message will be displayed within forms for some reasons, see semantic.css:10659.
			To avoid repeated negative messages, the importing here if for .Flash.WarningMsg only.
			 */}}
			{{template "base/alert" .}}
		{{end}}
		{{template "repo/issue/new_form" .}}
	</div>
</div>
{{template "base/footer" .}}