diff options
-rw-r--r-- | app/views/mini_environments/index.html.erb | 6 |
1 files changed, 0 insertions, 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 </a> -<h1>Your mini environments</h1> -<br> - <% 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 </div> </a> <% end %> - -<h1>Other mini environments</h1> -<br> |