fix: action run list page error (#39212)

This commit is contained in:
wxiaoguang
2026-09-03 18:23:27 +00:00
committed by GitHub
parent 9dd5747a21
commit 0fff5f481e
2 changed files with 22 additions and 12 deletions
+1 -1
View File
@@ -18,7 +18,7 @@
</div>
<div class="item-main">
<div class="item-title">
{{$title := or $run.Title (ctx.Locale.Tr "actions.runs.empty_commit_message")}}
{{$title := or $run.Title (ctx.Locale.TrString "actions.runs.empty_commit_message")}}
{{ctx.RenderUtils.RenderCommitMessageLinkSubject $title $run.Link $run.Repo}}
</div>
<div class="item-body">