Sha256: c8f35b690101e61447773ac03c299932658122ed6fe61cc1d0fbc4b7d3443b46
Contents?: true
Size: 661 Bytes
Versions: 4
Compression:
Stored size: 661 Bytes
Contents
<!-- basic layout - feel free to replace with a more elaborate one --> <!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> <%= stylesheet_link_tag 'application' %> <%= javascript_include_tag :defaults %> </head> <body> <div id="main"> <% if flash[:notice] %> <div id="flash-notice"><%= flash[:notice] %></div> <% end %> <% if flash[:error] %> <div id="flash-errors"><%= flash[:error] %></div> <% end %> <%=@content_for_layout %> </div> </body> </html>
Version data entries
4 entries across 4 versions & 1 rubygems