aboutsummaryrefslogtreecommitdiffstats
path: root/templates/org/settings/actions.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/org/settings/actions.tmpl')
-rw-r--r--templates/org/settings/actions.tmpl2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/org/settings/actions.tmpl b/templates/org/settings/actions.tmpl
index b3b24e0517..abb9c98435 100644
--- a/templates/org/settings/actions.tmpl
+++ b/templates/org/settings/actions.tmpl
@@ -4,6 +4,8 @@
{{template "shared/actions/runner_list" .}}
{{else if eq .PageType "secrets"}}
{{template "shared/secrets/add_list" .}}
+ {{else if eq .PageType "variables"}}
+ {{template "shared/variables/variable_list" .}}
{{end}}
</div>
{{template "org/settings/layout_footer" .}}