From d758633c912a68e566b09960cddce872d3dde063 Mon Sep 17 00:00:00 2001 From: "Panagiotis \"Ivory\" Vasilopoulos" Date: Mon, 29 Apr 2024 21:05:18 +0200 Subject: [PATCH] UI: Actions: Replace runs list description semicolon The current format makes the text look somewhat like this: ``` testing.yml #15065 :Commit 103306f00c pushed by n0toose ``` This looks wrong. We will have to work on that list at a later point in time anyways, as well as make the way that we separate information in subheaders in lists like this one more consistent. However, this should do for now. This change should make each entry look like this instead: ``` testing.yml #15065 - Commit 103306f00c pushed by n0toose ``` (cherry picked from commit 870a1c85c75622a566dcab0eee12f0d91d91a06a) --- templates/repo/actions/runs_list.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/repo/actions/runs_list.tmpl b/templates/repo/actions/runs_list.tmpl index 20330b5d62..e37f3d7dc3 100644 --- a/templates/repo/actions/runs_list.tmpl +++ b/templates/repo/actions/runs_list.tmpl @@ -15,7 +15,7 @@ {{if .Title}}{{.Title}}{{else}}{{ctx.Locale.Tr "actions.runs.empty_commit_message"}}{{end}}
- {{if not $.CurWorkflow}}{{.WorkflowID}} {{end}}#{{.Index}}: + {{if not $.CurWorkflow}}{{.WorkflowID}} {{end}}#{{.Index}} - {{- if .ScheduleID -}} {{ctx.Locale.Tr "actions.runs.scheduled"}} {{- else -}}