Decoupled carts and orders
[depot.git] / app / views / layouts / store.html.erb
index 63c7dd919a1df2a531a3c8bec20615df861387bd..b1f928e99aa5dd06fc4e613f969626f74767372d 100644 (file)
@@ -26,8 +26,9 @@
         <% if flash[:notice] -%>
             <div id="notice"><%= flash[:notice] %></div>
         <% end -%>
-        
-        <%= yield :layout %>
+        <div id="main_panel">
+          <%= yield :layout %>
+        </div>
       </div>
     </div>
   </body>