From 3d07d68637c8f89b443efc1134342d6456b50cfd Mon Sep 17 00:00:00 2001 From: Rohan Mitchell Date: Thu, 31 Oct 2013 16:28:04 +1100 Subject: [PATCH] Order landing page distributors by name --- app/views/home/temp_landing_page.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/home/temp_landing_page.html.haml b/app/views/home/temp_landing_page.html.haml index 05dc3e6e77..71212543ab 100644 --- a/app/views/home/temp_landing_page.html.haml +++ b/app/views/home/temp_landing_page.html.haml @@ -34,7 +34,7 @@ .large-3.columns .group-header %h5= group.name.upcase - - group.enterprises.is_distributor.each do |distributor| + - group.enterprises.is_distributor.by_name.each do |distributor| .row.distributor-link-row .large-12.columns = succeed ',' do