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

<div class="page-content repository">
	{{template "repo/header" .}}
	<div id="repo-action-view" data-run-index="{{.RunIndex}}" data-job-index="{{.JobIndex}}" data-actions-url="{{.ActionsURL}}"></div>
</div>

{{template "base/footer" .}}