diff --git a/app/controllers/home_controller.rb b/app/controllers/home_controller.rb index 8c73a855eb..9f07e1d064 100644 --- a/app/controllers/home_controller.rb +++ b/app/controllers/home_controller.rb @@ -8,7 +8,7 @@ class HomeController < BaseController end def temp_landing_page - @groups = EnterpriseGroup.on_front_page + @groups = EnterpriseGroup.on_front_page.by_position render layout: false end