2023-01-31 09:45:19 +08:00
|
|
|
{{template "base/head" .}}
|
|
|
|
|
|
|
|
|
|
<div class="page-content repository">
|
|
|
|
|
{{template "repo/header" .}}
|
2024-12-22 19:57:17 +01:00
|
|
|
{{template "repo/actions/view_component" (dict
|
|
|
|
|
"RunIndex" .RunIndex
|
|
|
|
|
"JobIndex" .JobIndex
|
|
|
|
|
"ActionsURL" .ActionsURL
|
|
|
|
|
)}}
|
2023-01-31 09:45:19 +08:00
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
{{template "base/footer" .}}
|