mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-25 20:46:48 +00:00
13 lines
390 B
Plaintext
13 lines
390 B
Plaintext
%section#sidebar{ role: "complementary", "ng-controller" => "SidebarCtrl",
|
|
"ng-class" => "{'active' : active()}"}
|
|
|
|
- if spree_current_user.nil?
|
|
%tabset
|
|
= render partial: "shared/login_sidebar"
|
|
= render partial: "shared/signup_sidebar"
|
|
= render partial: "shared/forgot_sidebar"
|
|
- else
|
|
= render partial: "shared/account_sidebar"
|
|
|
|
= yield :sidebar
|