summaryrefslogtreecommitdiffstats
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.tmpl8
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/repo/actions/view.tmpl b/templates/repo/actions/view.tmpl
new file mode 100644
index 0000000000..0c04671153
--- /dev/null
+++ b/templates/repo/actions/view.tmpl
@@ -0,0 +1,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" .}}