Files
Atay-Makhzan/templates/repo/actions/view.tmpl
T

13 lines
259 B
Handlebars
Raw 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
"RunIndex" .RunIndex
"JobIndex" .JobIndex
"ActionsURL" .ActionsURL
)}}
2023-01-31 09:45:19 +08:00
</div>
{{template "base/footer" .}}