1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

Breaking summary for template refactoring (#29395)

https://github.com/go-gitea/gitea/pull/29395
This commit is contained in:
wxiaoguang
2024-03-03 12:57:22 +08:00
committed by GitHub
parent 22b4f0c09f
commit e71b69257c
4 changed files with 31 additions and 31 deletions

View File

@@ -65,7 +65,7 @@
{{$.locale.Tr "mail.issue.in_tree_path" .TreePath}}
<div class="review">
<pre>{{.Patch}}</pre>
<div>{{.RenderedContent | SafeHTML}}</div>
<div>{{.RenderedContent}}</div>
</div>
{{end -}}
{{if eq .ActionName "push"}}