Sha256: 800bd0ef6e86045cd44b7286653c3a1a09bab1b93bc00ff878a343d5b547a0c3
Contents?: true
Size: 312 Bytes
Versions: 3
Compression:
Stored size: 312 Bytes
Contents
module IE module Compat module ViewHelper def ie_compat_tags [ "<!--[if lt IE 9]>#{javascript_include_tag 'ie-compat/lt-9'}<![endif]-->", "<!--[if IE 9]> #{javascript_include_tag 'ie-compat/9'} <![endif]-->", ].join("\n").html_safe end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ie-compat-0.1.2 | lib/ie/compat/view_helper.rb |
ie-compat-0.1.1 | lib/ie/compat/view_helper.rb |
ie-compat-0.1.0 | lib/ie/compat/view_helper.rb |