mirror of
https://github.com/go-gitea/gitea.git
synced 2025-01-31 09:41:28 +02:00
6279646ee4
Some checks are pending
release-nightly / nightly-binary (push) Waiting to run
release-nightly / nightly-docker-rootful (push) Waiting to run
release-nightly / nightly-docker-rootless (push) Waiting to run
cron-translations / crowdin-pull (push) Has been skipped
cron-licenses / cron-licenses (push) Has been skipped
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" .}}
|