diff options
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/setup/show.html.erb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/setup/show.html.erb b/app/views/setup/show.html.erb index 6f8be35..4fea193 100644 --- a/app/views/setup/show.html.erb +++ b/app/views/setup/show.html.erb @@ -59,8 +59,8 @@ </a> <% end %> <% end %> - - <% GovukGuix::Revision.order(:created_at).reverse_order.each do |revision| %> + + <% GovukGuix::Revision.all.each do |revision| %> <a href="<%= govuk_guix_revision_path(revision) %>" class="list-group-item"> <span class="badge" style="font-family: monospace;"> <%= revision.commit_hash %> |