mirror of
https://github.com/go-gitea/gitea
synced 2025-12-07 13:28:25 +00:00
Don't post process commit summary in templates (#6868)
Backport #6842 credit to @mrsdizzie
This commit is contained in:
committed by
Lauris BH
parent
476ca67cd4
commit
6d2f0e555e
@@ -68,7 +68,7 @@
|
||||
</a>
|
||||
</td>
|
||||
<td class="message collapsing">
|
||||
<span class="has-emoji{{if gt .ParentCount 1}} grey text{{end}}">{{RenderCommitMessage .Summary $.RepoLink $.Repository.ComposeMetas}}</span>
|
||||
<span class="has-emoji{{if gt .ParentCount 1}} grey text{{end}}">{{.Summary}}</span>
|
||||
{{if IsMultilineCommitMessage .Message}}
|
||||
<button class="basic compact mini ui icon button commit-button"><i class="ellipsis horizontal icon"></i></button>
|
||||
<pre class="commit-body" style="display: none;">{{RenderCommitBody .Message $.RepoLink $.Repository.ComposeMetas}}</pre>
|
||||
|
||||
Reference in New Issue
Block a user