From eb5dbd065409c511e4dceac055a63c2787437bf1 Mon Sep 17 00:00:00 2001 From: Will Marshall Date: Thu, 8 May 2014 11:18:53 +1000 Subject: [PATCH] Fixing a regression --- app/views/shared/menu/_large_menu.html.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/shared/menu/_large_menu.html.haml b/app/views/shared/menu/_large_menu.html.haml index a6a4964cea..75fb0e7121 100644 --- a/app/views/shared/menu/_large_menu.html.haml +++ b/app/views/shared/menu/_large_menu.html.haml @@ -13,14 +13,14 @@ %li.divider %li %a - %span.nav-primary{href: producers_path} Producers + %span.nav-primary{href: main_app.producers_path} Producers %li.divider %li %a %span.nav-primary{href: ""} Groups %li.divider %section.top-bar-section - %ul.right{"ng-controller" => "AuthenticationActionsCtrl"} + %ul.right{"ng-controller" => "AuthenticationCtrl"} %li.divider - if spree_current_user.nil? = render 'shared/signed_out'