mirror of
https://github.com/go-gitea/gitea
synced 2025-01-07 00:14:25 +00:00
6279646ee4
Auto-expands the currently running action step. --------- Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
10 lines
230 B
Handlebars
10 lines
230 B
Handlebars
{{template "base/head" .}}
|
|
<div class="page-content">
|
|
{{template "repo/actions/view_component" (dict
|
|
"RunIndex" 1
|
|
"JobIndex" 2
|
|
"ActionsURL" (print AppSubUrl "/devtest/actions-mock")
|
|
)}}
|
|
</div>
|
|
{{template "base/footer" .}}
|