aboutsummaryrefslogtreecommitdiffstats
path: root/templates/repo/actions/view.tmpl
blob: 85e6f736d880deac5a4c5938b7e0d19480fb6a45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{{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}}"
		data-locale-approve="{{.locale.Tr "repo.diff.review.approve"}}"
		data-locale-cancel="{{.locale.Tr "cancel"}}"
		data-locale-rerun="{{.locale.Tr "rerun"}}"
	>
	</div>
</div>

{{template "base/footer" .}}