10 lines
506 B
Go HTML Template
10 lines
506 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.help_write_access" "https://forgejo.org/docs/latest/user/actions/#quick-start" "https://forgejo.org/docs/latest/admin/runner-installation/"}}</p>
|
|
{{else}}
|
|
<p>{{ctx.Locale.Tr "actions.runs.no_workflows.help_no_write_access" "https://forgejo.org/docs/latest/user/actions/"}}</p>
|
|
{{end}}
|
|
</div>
|