aboutsummaryrefslogtreecommitdiffstats
path: root/templates/repo/actions/view.tmpl
blob: bde579f88214c07de94e21e7aeb84fdc6fdc77dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{{template "base/head" .}}

<div class="page-content repository">
	{{template "repo/header" .}}
	{{template "repo/actions/view_component" (dict
		"RunIndex" .RunIndex
		"JobIndex" .JobIndex
		"ActionsURL" .ActionsURL
	)}}
</div>

{{template "base/footer" .}}