mirror of
https://github.com/go-gitea/gitea
synced 2025-01-08 00:44:26 +00:00
6279646ee4
Auto-expands the currently running action step. --------- Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
13 lines
259 B
Handlebars
13 lines
259 B
Handlebars
{{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" .}}
|