Finished iteration D.3 in chapter 9
[depot.git] / app / views / layouts / store.html.erb
index 77e86d9e23e08684c1cbb69f3c329f337ed50fd0..5f2d4f10bd04a50ff6cedb36881cd420bc9fd805 100644 (file)
@@ -5,6 +5,7 @@
   <head>
     <title>Neil's Whimsical Online Store</title>
     <%= stylesheet_link_tag "depot" , :media => "all" %>
+    <%= javascript_include_tag :defaults %>
   </head>
   <body id="store">
     <div id="banner">
@@ -13,6 +14,9 @@
     </div>
     <div id="columns">
       <div id="side">
+        <div id="cart">
+            <%= render(:partial => "cart" , :object => @cart) %>
+        </div>
         <a href="http://www....">Home</a><br />
         <a href="http://www..../faq">Questions</a><br />
         <a href="http://www..../news">News</a><br />