Add the Yellow & Green Colorscheme to the /purchase page
[cs356-p2-videostore.git] / app / views / layouts / purchase.rhtml
index 0499b84..0423231 100644 (file)
@@ -6,13 +6,20 @@
   <meta http-equiv="content-type" content="text/html;charset=UTF-8" />
   <title>Purchase: <%= controller.action_name %></title>
   <%= stylesheet_link_tag 'scaffold' %>
+  <%= stylesheet_link_tag 'videostore', :media => "all" %>
 </head>
 <body>
 
+<div id="header">
+  <h1 id="header">PripPropPrix (formerly ACME Video)</h1>
+</div>
+
 <p style="color: green"><%= flash[:notice] %></p>
 <p style="color: red"><%= flash[:error] %></p>
 
-<%= yield  %>
+<div id="main">
+  <%= yield :layout %>
+</div>
 
 </body>
 </html>