0
0
mirror of https://github.com/go-gitea/gitea.git synced 2026-05-13 11:05:46 +02:00
gitea/templates/base/alert_details.tmpl
Giteabot f4512426a1
Fix code tag style problem and LFS view bug (#35628) (#35636)
Backport #35628 by lutinglt

Signed-off-by: 鲁汀 <131967983+lutinglt@users.noreply.github.com>
Co-authored-by: 鲁汀 <131967983+lutinglt@users.noreply.github.com>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2025-10-11 20:25:03 +00:00

12 lines
156 B
Handlebars

{{.Message}}
{{if .Details}}
<details>
<summary>{{.Summary}}</summary>
{{.Details | SanitizeHTML}}
</details>
{{else}}
<div>
{{.Summary}}
</div>
{{end}}