Added layout based wrapping for the main component (used in off canvas layout).

This commit is contained in:
alexs
2013-08-13 11:37:36 +10:00
parent 215d6030d7
commit 8b87c33c97

View File

@@ -29,6 +29,9 @@
%li= link_to "Distributors", "#"
%li.divider
%li= link_to "Farmers", "#"
= yield
%section{ role: "main" }
= yield
%section#sidebar{ role: "complementary" }
= render "home/login"
= yield :scripts