Backport #28145 by @yp05327
Before:

After:

Co-authored-by: yp05327 <576951401@qq.com>
(cherry picked from commit 9bfee5014b
)
8 lines
427 B
Go HTML Template
8 lines
427 B
Go HTML Template
<div class="empty-placeholder">
|
|
{{svg "octicon-no-entry" 48}}
|
|
<h2>{{ctx.Locale.Tr "actions.runs.no_workflows"}}</h2>
|
|
{{if and .CanWriteCode .CanWriteActions}}
|
|
<p>{{ctx.Locale.Tr "actions.runs.no_workflows.quick_start" "https://docs.gitea.com/usage/actions/quickstart/" | Safe}}</p>
|
|
{{end}}
|
|
<p>{{ctx.Locale.Tr "actions.runs.no_workflows.documentation" "https://docs.gitea.com/usage/actions/overview/" | Safe}}</p>
|
|
</div>
|