diff --git a/templates/repo/actions/runs_list.tmpl b/templates/repo/actions/runs_list.tmpl index 5c64a0f5eec..0f35fa014e5 100644 --- a/templates/repo/actions/runs_list.tmpl +++ b/templates/repo/actions/runs_list.tmpl @@ -11,9 +11,13 @@ {{template "repo/actions/status" (dict "status" $run.Status.String)}}
- - {{or $run.Title (ctx.Locale.Tr "actions.runs.empty_commit_message")}} - + + {{if $run.Title}} + {{ctx.RenderUtils.RenderCommitMessageLinkSubject $run.Title $run.Link $.Repository}} + {{else}} + {{ctx.Locale.Tr "actions.runs.empty_commit_message"}} + {{end}} +
{{if not $.CurWorkflow}}{{$run.WorkflowID}} {{end}}#{{$run.Index}}: diff --git a/templates/repo/blame.tmpl b/templates/repo/blame.tmpl index 51052d93594..489590cd4df 100644 --- a/templates/repo/blame.tmpl +++ b/templates/repo/blame.tmpl @@ -45,10 +45,8 @@
{{$row.Avatar}}
-
- - {{$row.CommitMessage}} - +
{{$row.CommitSince}}