mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-14 23:47:48 +00:00
Merge branch 'master' into laura_and_will
Conflicts: app/assets/javascripts/templates/partials/enterprise_header.html.haml app/views/shopping_shared/_contact.html.haml spec/features/consumer/home_spec.rb
This commit is contained in:
@@ -3,11 +3,7 @@ Openfoodnetwork::Application.routes.draw do
|
||||
|
||||
get "/#/login", to: "home#index", as: :spree_login
|
||||
|
||||
if Rails.env.production?
|
||||
get "/map", to: "home#index", as: :map
|
||||
else
|
||||
get "/map", to: "map#index", as: :map
|
||||
end
|
||||
get "/map", to: "map#index", as: :map
|
||||
|
||||
resource :shop, controller: "shop" do
|
||||
get :products
|
||||
|
||||
Reference in New Issue
Block a user