Improve IE compatibility

private-asciicasts
Marcin Kulik 10 years ago
parent 527abc03b5
commit b82882a5f1

@ -2,6 +2,7 @@ doctype html
html[lang="en"]
head
meta[charset="utf-8"]
meta[http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"]
meta[name="viewport" content="width=device-width, initial-scale=1.0"]
title = page_title
= csrf_meta_tags

@ -2,6 +2,7 @@ doctype html
html[lang="en"]
head
meta[charset="utf-8"]
meta[http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"]
title = page_title
= stylesheet_link_tag 'embed', :media => 'all'
= javascript_include_tag 'embed'

Loading…
Cancel
Save