mirror of https://github.com/go-gitea/gitea.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
413 B
8 lines
413 B
<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/"}}</p> |
|
{{end}} |
|
<p>{{ctx.Locale.Tr "actions.runs.no_workflows.documentation" "https://docs.gitea.com/usage/actions/overview/"}}</p> |
|
</div>
|
|
|