mirror of
https://github.com/go-gitea/gitea.git
synced 2026-09-08 22:13:26 +09:00
fix: action run list page error (#39212)
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user