From 74fb581d6aedc321b64e43c82bff01bc35a0f7da Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Wed, 4 Jul 2018 11:32:49 +0100 Subject: Remove the titles from the mini environment index page Ownership isn't implemented yet, so just remove the titles that suggest it is. --- app/views/mini_environments/index.html.erb | 6 ------ 1 file changed, 6 deletions(-) diff --git a/app/views/mini_environments/index.html.erb b/app/views/mini_environments/index.html.erb index 1be938e..a1e7139 100644 --- a/app/views/mini_environments/index.html.erb +++ b/app/views/mini_environments/index.html.erb @@ -28,9 +28,6 @@ License along with the GOV.UK Mini Environment Admin. If not, see Create a new mini environment -

Your mini environments

-
- <% MiniEnvironment.all.each do |mini_environment| %> <% status = mini_environment.status %> @@ -62,6 +59,3 @@ License along with the GOV.UK Mini Environment Admin. If not, see <% end %> - -

Other mini environments

-
-- cgit v1.2.3