Sha256: 30147c89d20cfbb83049daffc5a1bfafcb64b787f953567d708f72270dfc58bf

Contents?: true

Size: 1.04 KB

Versions: 18

Compression:

Stored size: 1.04 KB

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" }/

%title
  == #{ controller.controller_name.titleize } - #{ controller.action_name.titleize }
  
%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" }/

-# Place favicon.ico and apple-touch-icon.png in the root directory: mathiasbynens.be/notes/touch-icons

-# Pass in a stylesheet_partial to render inside your head
- if local_assigns[:stylesheet_partial]
  = render :partial => local_assigns[:stylesheet_partial]

-# 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 'modernizr.min', 'respond.min'

= csrf_meta_tag

Version data entries

18 entries across 18 versions & 2 rubygems

Version Path
survivalkit-1.0.beta.8 templates/project/templates/_head.html.haml
survivalkit-1.0.beta.7 templates/project/templates/_head.html.haml
survivalkit-1.0.beta.6 templates/project/templates/_head.html.haml
survivalkit-1.0.beta.5 templates/project/templates/_head.html.haml
survivalkit-1.0.beta.4 templates/project/templates/_head.html.haml
survivalkit-1.0.beta.3 templates/project/templates/_head.html.haml
survivalkit-1.0.beta.2 templates/project/templates/_head.html.haml
survivalkit-1.0.beta.1 templates/project/templates/_head.html.haml
survivalkit-0.3.4 templates/project/templates/_head.html.haml
survivalkit-0.3.3 templates/project/templates/_head.html.haml
survivalkit-0.3.2 templates/project/templates/_head.html.haml
survivalkit-0.3.1 templates/project/templates/_head.html.haml
survivalkit-0.3 templates/project/templates/_head.html.haml
survivalkit-0.2.1 templates/project/templates/_head.html.haml
survivalkit-0.2.0 templates/project/templates/_head.html.haml
survivalkit-0.1.1 templates/project/templates/_head.html.haml
survivalkit-0.1 templates/project/templates/_head.html.haml
html5-boilerplate-1.0.0 templates/project/_head.html.haml