Sha256: e6229ae448a0827497bbcc93b2fba0cc2df5f23d203e1a5c83063ab5c1bd840c

Contents?: true

Size: 911 Bytes

Versions: 2

Compression:

Stored size: 911 Bytes

Contents

%meta{ :charset => "utf-8" }/

-# Always force latest IE rendering engine (even in intranet) & Chrome Frame
-# Remove this if you use the .htaccess
%meta{ "http-equiv" => "X-UA-Compatible", :content => "IE=edge,chrome=1" }/

%meta{ :name => "description", :content => "" }/
%meta{ :name => "author", :content => "" }/

-# Mobile viewport optimized: j.mp/bplateviewport
%meta{ :name => "viewport", :content => "width=device-width, initial-scale=1.0" }/

%title
  == #{ controller.controller_name.titleize } - #{ controller.action_name.titleize }
  
-# Place favicon.ico and apple-touch-icon.png in the root directory: mathiasbynens.be/notes/touch-icons

= render "stylesheets"

-# All JavaScript at the bottom, except for Modernizr and Respond.
-# Modernizr enables HTML5 elements & feature detects; Respond is a polyfill for min/max-width CSS3 Media Queries
= javascript_include_tag "polyfills"

= csrf_meta_tag

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
html5-rails-0.0.2 app/views/application/_head.html.haml
html5-rails-0.0.1 app/views/application/_head.html.haml