1
1
mirror of https://github.com/go-gitea/gitea synced 2025-08-11 03:58:20 +00:00
yp05327
2023-11-21 17:27:33 +09:00
committed by GitHub
parent 976a9926d7
commit a6a674e26a
4 changed files with 16 additions and 0 deletions

View File

@@ -4,6 +4,7 @@
<div class="ui container">
{{template "base/alert" .}}
{{if .workflows}}
<div class="ui stackable grid">
<div class="four wide column">
<div class="ui fluid vertical menu">
@@ -78,6 +79,9 @@
{{template "repo/actions/runs_list" .}}
</div>
</div>
{{else}}
{{template "repo/actions/no_workflows" .}}
{{end}}
</div>
</div>
{{template "base/footer" .}}