aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/views/mini_environments/index.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/mini_environments/index.html.erb b/app/views/mini_environments/index.html.erb
index a5c0a5e..3d57c5b 100644
--- a/app/views/mini_environments/index.html.erb
+++ b/app/views/mini_environments/index.html.erb
@@ -31,7 +31,7 @@ License along with the GOV.UK Mini Environment Admin. If not, see
<h1>Mini environments</h1>
<br>
-<% MiniEnvironment.all.each do |mini_environment| %>
+<% MiniEnvironment.order(id: :desc).each do |mini_environment| %>
<% status = mini_environment.status %>
<a href="<%= mini_environment_path mini_environment %>">