From 004b035f0c2fbde3285eea46b61603d96ecacd9c Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Wed, 4 Jul 2018 12:20:57 +0100 Subject: Add a simple title back to the index page To fix the styling. --- app/views/mini_environments/index.html.erb | 3 +++ 1 file changed, 3 insertions(+) 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 +

Mini environments

+
+ <% MiniEnvironment.all.each do |mini_environment| %> <% status = mini_environment.status %> -- cgit v1.2.3