aboutsummaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2018-04-03 08:02:17 +0100
committerChristopher Baines <mail@cbaines.net>2018-04-03 21:58:55 +0100
commit39d3f763d3644ac8f6f7274edb11fd1dff1c1ba9 (patch)
tree971b22205a715e357fa881ef3720e1780b69c27f /app/views
parent9e622112a80f493eab53420d7dafedb9dd10a612 (diff)
downloadgovuk-mini-environment-admin-39d3f763d3644ac8f6f7274edb11fd1dff1c1ba9.tar
govuk-mini-environment-admin-39d3f763d3644ac8f6f7274edb11fd1dff1c1ba9.tar.gz
Remove some redundant views
And replace with a redirect and flash message.
Diffstat (limited to 'app/views')
-rw-r--r--app/views/que_jobs/cancel.html.erb2
-rw-r--r--app/views/que_jobs/retry_now.html.erb2
2 files changed, 0 insertions, 4 deletions
diff --git a/app/views/que_jobs/cancel.html.erb b/app/views/que_jobs/cancel.html.erb
deleted file mode 100644
index 5886237..0000000
--- a/app/views/que_jobs/cancel.html.erb
+++ /dev/null
@@ -1,2 +0,0 @@
-<h1>QueJobs#cancel</h1>
-<p>Find me in app/views/que_jobs/cancel.html.erb</p>
diff --git a/app/views/que_jobs/retry_now.html.erb b/app/views/que_jobs/retry_now.html.erb
deleted file mode 100644
index 1c8ecee..0000000
--- a/app/views/que_jobs/retry_now.html.erb
+++ /dev/null
@@ -1,2 +0,0 @@
-<h1>QueJobs#retry_now</h1>
-<p>Find me in app/views/que_jobs/retry_now.html.erb</p>