Files

13 lines
247 B
Handlebars
Raw Permalink Normal View History

2023-01-31 09:45:19 +08:00
{{template "base/head" .}}
<div class="page-content repository">
{{template "repo/header" .}}
{{template "repo/actions/view_component" (dict
"RunID" .RunID
"JobID" .JobID
"ActionsURL" .ActionsURL
)}}
2023-01-31 09:45:19 +08:00
</div>
{{template "base/footer" .}}