Sha256: 1e3891a4bc54d32dc630153fa178a944ac29ac43ebea675292befcff30c36bd0
Contents?: true
Size: 423 Bytes
Versions: 2
Compression:
Stored size: 423 Bytes
Contents
<!DOCTYPE html> <html> <head> <title><%%= page_title %> | <%= app_const_base %></title> <%%= stylesheet_link_tag :all %> <script src="http://www.google.com/jsapi" type="text/javascript"></script> <script type="text/javascript"> google.load("jquery", "1.4"); </script> <%%= javascript_include_tag :defaults %> <%%= csrf_meta_tag %> </head> <body> <%%= flash_messages %> <%%= yield %> </body> </html>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
noodall-0.0.4 | lib/noodall/templates/app/views/layouts/application.html.erb.tt |
noodall-0.0.3 | lib/noodall/templates/app/views/layouts/application.html.erb.tt |