Small Cleanups + Merchandise Search
[cs356-p2-videostore.git] / app / views / layouts / purchase.rhtml
index 26387b8..e9350f5 100644 (file)
@@ -4,15 +4,21 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 <head>
   <meta http-equiv="content-type" content="text/html;charset=UTF-8" />
-  <title>Bitem: <%= controller.action_name %></title>
+  <title>Purchase: <%= controller.action_name %></title>
   <%= stylesheet_link_tag 'scaffold' %>
 </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>