Module: NoIe6Helper

Defined in:
app/helpers/no_ie6_helper.rb

Instance Method Summary collapse

Instance Method Details

#no_ie6_noticeObject



2
3
4
# File 'app/helpers/no_ie6_helper.rb', line 2

def no_ie6_notice
  "<!--[if lte IE 6]>#{javascript_include_tag("no_ie6")}<![endif]-->".html_safe
end