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'