From ff20837f50ff6ad588dc07845ef1cb16c3c91a4c Mon Sep 17 00:00:00 2001 From: Will Marshall Date: Thu, 8 May 2014 11:50:09 +1000 Subject: [PATCH] Fixing a path issue --- app/views/shared/menu/_mobile_menu.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/shared/menu/_mobile_menu.html.haml b/app/views/shared/menu/_mobile_menu.html.haml index 4d9458afd6..cf9e7b3222 100644 --- a/app/views/shared/menu/_mobile_menu.html.haml +++ b/app/views/shared/menu/_mobile_menu.html.haml @@ -15,7 +15,7 @@ %ul.off-canvas-list %li= link_to image_tag("ofn_logo_small.png"), root_path %li - %a{href: producers_path} Producers + %a{href: main_app.producers_path} Producers %li - if spree_current_user.nil? = render 'shared/signed_out'