mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-02 21:57:17 +00:00
14 lines
434 B
Plaintext
14 lines
434 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
|
|
#account{"ng-controller" => "AccountSidebarCtrl"}
|
|
.row
|
|
You have an account! Well done
|
|
= yield :sidebar
|