From 05aa91e6da54e0e8abd18d8dd2b5a29249c636ed Mon Sep 17 00:00:00 2001 From: silverwind Date: Wed, 25 Oct 2023 23:42:14 +0200 Subject: Add dedicated class for empty placeholders (#27788) Fixes: https://github.com/go-gitea/gitea/issues/27784 Screenshot 2023-10-25 at 19 07 15 Screenshot 2023-10-25 at 19 07 41 Co-authored-by: KN4CK3R --- templates/repo/actions/runs_list.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/repo/actions') diff --git a/templates/repo/actions/runs_list.tmpl b/templates/repo/actions/runs_list.tmpl index 37b19f0bdc..b3469a2edc 100644 --- a/templates/repo/actions/runs_list.tmpl +++ b/templates/repo/actions/runs_list.tmpl @@ -1,6 +1,6 @@
{{if eq (len .Runs) 0}} -
+
{{svg "octicon-no-entry" 48}}

{{if $.IsFiltered}}{{ctx.Locale.Tr "actions.runs.no_results"}}{{else}}{{ctx.Locale.Tr "actions.runs.no_runs"}}{{end}}

-- cgit v1.2.3