1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-01-15 21:08:09 +00:00
forgejo/templates/repo/issue/alert.tmpl

5 lines
115 B
Cheetah
Raw Normal View History

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