diff options
author | Christopher Baines <mail@cbaines.net> | 2018-07-04 11:32:49 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2018-07-04 11:32:49 +0100 |
commit | 74fb581d6aedc321b64e43c82bff01bc35a0f7da (patch) | |
tree | bad106cfa4801678d70222099c2b5166bcc73aa4 | |
parent | bb790668bf4c2c0de0876480dbf2d11903f22ba5 (diff) | |
download | govuk-mini-environment-admin-74fb581d6aedc321b64e43c82bff01bc35a0f7da.tar govuk-mini-environment-admin-74fb581d6aedc321b64e43c82bff01bc35a0f7da.tar.gz |
Remove the titles from the mini environment index page
Ownership isn't implemented yet, so just remove the titles that
suggest it is.
-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> |