Sha256: caf6e55681c3533855337f379814df7bc521540aa230a9cf9595a1ee4aaa02e9
Contents?: true
Size: 564 Bytes
Versions: 2
Compression:
Stored size: 564 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>Spree</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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
spree-0.0.7 | starter-app/vendor/plugins/spree/app/views/layouts/products.rhtml |
spree-0.0.8 | starter-app/vendor/plugins/spree/app/views/layouts/products.rhtml |