Skip to content

Instantly share code, notes, and snippets.

View jeriko's full-sized avatar

Daniel Davey jeriko

  • recombinary
  • Cape Town, South Africa
View GitHub Profile
@jeriko
jeriko / application.html.slim
Created February 25, 2012 14:13 — forked from frank-who/application.html.slim
View helper for adding IE conditional classes to the <html> tag.
doctype 5
= ie_conditional_classes do
head
meta charset="utf-8"
meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"
title Cool App
meta name="viewport" content="width=device-width"
= stylesheet_link_tag "application", media: "all"
= javascript_include_tag "modernizr"