Sha256: afed4e84a3e61d5a0dad210dac714b8c54829ad678be029744db3fca7b6811f8
Contents?: true
Size: 932 Bytes
Versions: 15
Compression:
Stored size: 932 Bytes
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 IE 9 ]> <html class=\"ie9\" lang=\"en\"> <![endif]-->" == "<!--[if (gt 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" = stylesheet_link_tag "application" = javascript_include_tag "vendor/custom.modernizr" = csrf_meta_tag body == yield = javascript_include_tag "application"
Version data entries
15 entries across 15 versions & 2 rubygems