1
1
mirror of https://github.com/go-gitea/gitea.git synced 2024-12-22 20:04:20 +01:00
gitea/templates/repo/actions/view.tmpl
bytedream 6279646ee4
Add auto-expanding running actions step (#30058)
Auto-expands the currently running action step.

---------

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2024-12-22 18:57:17 +00:00

13 lines
259 B
Go HTML Template

{{template "base/head" .}}
<div class="page-content repository">
{{template "repo/header" .}}
{{template "repo/actions/view_component" (dict
"RunIndex" .RunIndex
"JobIndex" .JobIndex
"ActionsURL" .ActionsURL
)}}
</div>
{{template "base/footer" .}}