aboutsummaryrefslogtreecommitdiffstats
path: root/templates/repo/actions/view.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/repo/actions/view.tmpl')
-rw-r--r--templates/repo/actions/view.tmpl3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/repo/actions/view.tmpl b/templates/repo/actions/view.tmpl
index f8b106147b..f7b03608ee 100644
--- a/templates/repo/actions/view.tmpl
+++ b/templates/repo/actions/view.tmpl
@@ -10,6 +10,9 @@
data-locale-cancel="{{ctx.Locale.Tr "cancel"}}"
data-locale-rerun="{{ctx.Locale.Tr "rerun"}}"
data-locale-rerun-all="{{ctx.Locale.Tr "rerun_all"}}"
+ data-locale-runs-scheduled="{{ctx.Locale.Tr "actions.runs.scheduled"}}"
+ data-locale-runs-commit="{{ctx.Locale.Tr "actions.runs.commit"}}"
+ data-locale-runs-pushed-by="{{ctx.Locale.Tr "actions.runs.pushed_by"}}"
data-locale-status-unknown="{{ctx.Locale.Tr "actions.status.unknown"}}"
data-locale-status-waiting="{{ctx.Locale.Tr "actions.status.waiting"}}"
data-locale-status-running="{{ctx.Locale.Tr "actions.status.running"}}"