aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2018-07-04 12:20:57 +0100
committerChristopher Baines <mail@cbaines.net>2018-07-04 12:20:57 +0100
commit004b035f0c2fbde3285eea46b61603d96ecacd9c (patch)
tree798d5fdfb37b1edfcdc5c40ed78702cba8c7f86a
parent8bd3eac92e0b098608b4b4f0becc9516d872213a (diff)
downloadgovuk-mini-environment-admin-004b035f0c2fbde3285eea46b61603d96ecacd9c.tar
govuk-mini-environment-admin-004b035f0c2fbde3285eea46b61603d96ecacd9c.tar.gz
Add a simple title back to the index page
To fix the styling.
-rw-r--r--app/views/mini_environments/index.html.erb3
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 %>