Sha256: b679d6dc9f66e5578a391239bfa930fb90d1f4a6d16979dc3807a7e5bf897c42

Contents?: true

Size: 559 Bytes

Versions: 6

Compression:

Stored size: 559 Bytes

Contents

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
	<title>RailsCart</title>
    <%=stylesheets%>
  </head>
  <body>
    <div id="main">
      <div id="main-body">
		<% if flash[:notice] %>
			<div id="notice"><%= flash[:notice] %></div>
		<% end %>
		<% if flash[:error] %>
			<div id="error"><b>ERROR</b> - <%= flash[:error] %></div>
		<% end %>		
        <%=@content_for_layout %>
      </div>
    </div>
  </body>
</html>

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
railscart-0.0.1 starter-app/vendor/plugins/railscart/app/views/layouts/products.rhtml
railscart-0.0.2 starter_app/vendor/plugins/railscart/app/views/layouts/products.rhtml
railscart-0.0.3 starter_app/vendor/plugins/railscart/app/views/layouts/products.rhtml
railscart-0.0.4 starter_app/vendor/plugins/railscart/app/views/layouts/products.rhtml
spree-0.0.5 starter-app/vendor/plugins/spree/app/views/layouts/products.rhtml
spree-0.0.6 starter-app/vendor/plugins/spree/app/views/layouts/products.rhtml