aboutsummaryrefslogtreecommitdiff
path: root/app/views/govuk_guix/revisions/index.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/govuk_guix/revisions/index.html.erb')
-rw-r--r--app/views/govuk_guix/revisions/index.html.erb10
1 files changed, 0 insertions, 10 deletions
diff --git a/app/views/govuk_guix/revisions/index.html.erb b/app/views/govuk_guix/revisions/index.html.erb
deleted file mode 100644
index 54f9e4a..0000000
--- a/app/views/govuk_guix/revisions/index.html.erb
+++ /dev/null
@@ -1,10 +0,0 @@
-
-<% GovukGuix::Revision.all.each do |revision| %>
-
- <div>
-
- <%= revision.inspect %>
-
- </div>
-
-<% end %>