mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-01 02:03:22 +00:00
Display enterprise groups on home page by position
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user