1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-11-05 05:51:29 +03:00
gitea/templates/base/alert.tmpl

1 line
97 B
Cheetah
Raw Normal View History

2014-04-10 22:37:43 +04:00
{{if .Flash.ErrorMsg}}<div class="alert alert-danger form-error">{{.Flash.ErrorMsg}}</div>{{end}}