Module: Blueprint::Helpers::Helper

Includes:
ActionView::Helpers::AssetTagHelper
Defined in:
lib/blueprint-rails/helpers/helper.rb

Instance Method Summary collapse

Instance Method Details



6
7
8
# File 'lib/blueprint-rails/helpers/helper.rb', line 6

def blueprint_ie_fix_stylesheet_link_tag
  ("<!--[if lt IE 8]>"+stylesheet_link_tag("blueprint/ie")+"<![endif] -->").html_safe
end