Sha256: 571f3cf76505960d0b560de965a81c3e54f2f2bd33dd941b565d60626c87709a

Contents?: true

Size: 1.3 KB

Versions: 7

Compression:

Stored size: 1.3 KB

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>

	<%%= stylesheet_link_tag    "application" %>
	<%%= javascript_include_tag "vendor/custom.modernizr" %>
  <%%= csrf_meta_tags %>
</head>
<body>
  <%%= yield %>
  <% if false %>
	<script>
	document.write('<script src=' +
	('__proto__' in {} ? '<%%= asset_path("vendor/zepto") %>' : '<%%= asset_path("jquery") %>') +
	'><\/script>');
  </script>

  <script>
  // Ensure rails_ujs works with Zepto
	$.fn.ajaxSend = function(callback) {
	  return this.each(function(){
	    $(this).on('ajaxBeforeSend', callback);
	  });
	};
	var jQuery = $;
	</script>
	<% end %>
  <%%= javascript_include_tag "application" %>
</body>
</html>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
zurb-foundation-4.0.5 lib/foundation/generators/templates/application.html.erb
zurb-foundation-4.0.4 lib/foundation/generators/templates/application.html.erb
zurb-foundation-4.0.3 lib/foundation/generators/templates/application.html.erb
zurb-foundation-4.0.2 lib/foundation/generators/templates/application.html.erb
zurb-foundation-4.0.1 lib/foundation/generators/templates/application.html.erb
zurb-foundation-4.0.0 lib/foundation/generators/templates/application.html.erb
zurb-foundation-4.0.0.rc1 lib/foundation/generators/templates/application.html.erb