mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
7 lines
243 B
Plaintext
7 lines
243 B
Plaintext
%section#sidebar{ role: "complementary", "ng-controller" => "SidebarCtrl",
|
|
"ng-class" => "{'active' : active()}"}
|
|
%a{href: "#"} Close
|
|
= render partial: "shared/login_sidebar"
|
|
= render partial: "shared/signup_sidebar"
|
|
= yield :sidebar
|