Sha256: 18a0ae4fad9d3dfe8b606a2b725026093447afc6776cac192f2d1cabe376f3df
Contents?: true
Size: 821 Bytes
Versions: 3
Compression:
Stored size: 821 Bytes
Contents
<!DOCTYPE html> <!--[if lt IE 7 ]> <html class="ie6" lang="en"> <![endif]--> <!--[if IE 7 ]> <html class="ie7" lang="en"> <![endif]--> <!--[if IE 8 ]> <html class="ie8" lang="en"> <![endif]--> <!--[if (gte IE 9)|!(IE)]><!--> <html lang="en"> <!--<![endif]--> <head> <meta charset="utf-8" /> <!-- Uncomment to make IE8 render like IE7 --> <!-- <meta http-equiv="X-UA-Compatible" content="IE=7" /> --> <!-- Set the viewport width to device width for mobile --> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title><%=application_name%></title> <%%= stylesheet_link_tag "application", :media => "all" %> <%%= csrf_meta_tags %> </head> <body> <%%= javascript_include_tag "application" %> <div id="app"> <%%= yield %> </div> </body> </html>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
pbw-0.1.1 | lib/generators/pbw/templates/application.erb |
pbw-0.1.0 | lib/generators/pbw/templates/application.erb |
pbw-0.0.10 | lib/generators/pbw/templates/application.erb |