how to convert this on rails
<!--[if lt IE 7]> <script type="text/javascript" src="example.js"></script> <![endif]-->
how to convert this on rails
<!--[if lt IE 7]> <script type="text/javascript" src="example.js"></script> <![endif]-->
how to convert this on rails
<!--[if lt IE 7]> <script type="text/javascript" src="example.js"></script> <![endif]-->
There's nothing to convert - that's just pure html.
Fred
You can still wrap an asset helper in the conditional comment:
<!--[if lt IE 7]> <%=javascript_include_tag "example"%> <![endif]-->
-Matt