mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-29 21:17:17 +00:00
8 lines
281 B
Plaintext
8 lines
281 B
Plaintext
%section#sidebar{ role: "complementary", "ng-controller" => "SidebarCtrl",
|
|
"ng-class" => "{'active' : active()}"}
|
|
%tabset
|
|
= render partial: "shared/login_sidebar"
|
|
= render partial: "shared/signup_sidebar"
|
|
= render partial: "shared/forgot_sidebar"
|
|
= yield :sidebar
|