aboutsummaryrefslogtreecommitdiff
path: root/app/views/que_jobs/index.html.erb
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2018-07-01 09:10:48 +0100
committerChristopher Baines <mail@cbaines.net>2018-07-01 09:10:48 +0100
commitafd83a42629ab865d1338c823dd04556c00e52cf (patch)
tree984e840ae4a1176687d1f382eae8581b77792b1b /app/views/que_jobs/index.html.erb
parent5ba97ad556728c5a74aa86b1d18b98f4ad5e38a9 (diff)
downloadgovuk-mini-environment-admin-afd83a42629ab865d1338c823dd04556c00e52cf.tar
govuk-mini-environment-admin-afd83a42629ab865d1338c823dd04556c00e52cf.tar.gz
Add a really basic que_jobs index pagerelease_3
Diffstat (limited to 'app/views/que_jobs/index.html.erb')
-rw-r--r--app/views/que_jobs/index.html.erb7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/views/que_jobs/index.html.erb b/app/views/que_jobs/index.html.erb
new file mode 100644
index 0000000..0824ef9
--- /dev/null
+++ b/app/views/que_jobs/index.html.erb
@@ -0,0 +1,7 @@
+
+<%= render(
+ partial: 'shared/jobs',
+ locals: {
+ jobs: @jobs
+ }
+) %>