mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-25 20:46:48 +00:00
13 lines
438 B
Plaintext
13 lines
438 B
Plaintext
-#%aside#sidebar.right-off-canvas-menu{ role: "complementary", "ng-controller" => "SidebarCtrl",
|
|
-#"ng-class" => "{'active' : Sidebar.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
|