code.gitea.io/gitea@v1.22.3/templates/repo/actions/no_workflows.tmpl (about)

     1  <div class="empty-placeholder">
     2  	{{svg "octicon-no-entry" 48}}
     3  	<h2>{{ctx.Locale.Tr "actions.runs.no_workflows"}}</h2>
     4  	{{if and .CanWriteCode .CanWriteActions}}
     5  		<p>{{ctx.Locale.Tr "actions.runs.no_workflows.quick_start" "https://docs.gitea.com/usage/actions/quickstart/"}}</p>
     6  	{{end}}
     7  	<p>{{ctx.Locale.Tr "actions.runs.no_workflows.documentation" "https://docs.gitea.com/usage/actions/overview/"}}</p>
     8  </div>