mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-12-02 10:07:07 -05:00
9 lines
506 B
Go HTML Template
9 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>
|