1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-03 01:45:47 +00:00
gitea/templates/repo/issue/alert.tmpl
Unknwon ac95f6d50f UI: basic label list
- create new label
2015-07-24 21:02:49 +08:00

5 lines
115 B
Cheetah

{{if .Flash}}
<div class="sixteen wide center aligned centered column">
{{template "base/alert" .}}
</div>
{{end}}