aboutsummaryrefslogtreecommitdiffstats
path: root/templates/repo
diff options
context:
space:
mode:
Diffstat (limited to 'templates/repo')
-rw-r--r--templates/repo/actions/view.tmpl10
1 files changed, 9 insertions, 1 deletions
diff --git a/templates/repo/actions/view.tmpl b/templates/repo/actions/view.tmpl
index 0c04671153..85e6f736d8 100644
--- a/templates/repo/actions/view.tmpl
+++ b/templates/repo/actions/view.tmpl
@@ -2,7 +2,15 @@
<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 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" .}}