Sha256: 80b04a05605298836e63915c8a09379fb333ef2b0de9337aa4ab25b0cb08ba02

Contents?: true

Size: 969 Bytes

Versions: 5

Compression:

Stored size: 969 Bytes

Contents

<!DOCTYPE html>
<!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ -->
<!--[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><%%= content_for?(:title) ? yield(:title) : "Untitled" %></title>
  
	<!-- Included CSS Files -->
	<%%= stylesheet_link_tag    "application" %>
	
	<!-- Included JS Files  -->
	<%%= javascript_include_tag "application" %>
  
  <%%= csrf_meta_tags %>
</head>
<body>
  <div class="container">
    <%%= yield %>
  </div>
<body>
</html>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
zurb-foundation-2.1.0 lib/foundation/generators/templates/application.html.erb
zurb-foundation-2.0.3.3 lib/foundation/generators/templates/application.html.erb
zurb-foundation-2.0.3.2 lib/foundation/generators/templates/application.html.erb
zurb-foundation-2.0.3.1 lib/foundation/generators/templates/application.html.erb
zurb-foundation-2.0.2 lib/foundation/generators/templates/application.html.erb