Fix commit title rendering in action run and blame (#37243) (#37251)

Backport #37243 by @silverwind

Co-authored-by: silverwind <me@silverwind.io>
Co-authored-by: Claude (Opus 4.7) <noreply@anthropic.com>
This commit is contained in:
Giteabot
2026-04-17 21:25:42 +08:00
committed by GitHub
parent 5d852d2d0a
commit 4de12baf9b
2 changed files with 9 additions and 7 deletions
+2 -4
View File
@@ -45,10 +45,8 @@
<div class="blame-avatar">
{{$row.Avatar}}
</div>
<div class="blame-message">
<a class="suppressed tw-text-text" href="{{$row.CommitURL}}" title="{{$row.CommitMessage}}">
{{$row.CommitMessage}}
</a>
<div class="blame-message muted-links" title="{{$row.CommitMessage}}">
{{ctx.RenderUtils.RenderCommitMessageLinkSubject $row.CommitMessage $row.CommitURL $.Repository}}
</div>
<div class="blame-time not-mobile">
{{$row.CommitSince}}