diff options
-rw-r--r-- | app/views/mini_environments/index.html.erb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/mini_environments/index.html.erb b/app/views/mini_environments/index.html.erb index a1e7139..a5c0a5e 100644 --- a/app/views/mini_environments/index.html.erb +++ b/app/views/mini_environments/index.html.erb @@ -28,6 +28,9 @@ License along with the GOV.UK Mini Environment Admin. If not, see Create a new mini environment </a> +<h1>Mini environments</h1> +<br> + <% MiniEnvironment.all.each do |mini_environment| %> <% status = mini_environment.status %> |