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