gitea/templates/devtest/repo-action-view.tmpl

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" .}}