Convert to rails

how to convert this on rails

On Apr 2, 10:54 am, Johny ben [email protected]
wrote:

how to convert this on rails

There’s nothing to convert - that’s just pure html.

Fred

Frederick C. wrote:

On Apr 2, 10:54�am, Johny ben [email protected]
wrote:

how to convert this on rails

There’s nothing to convert - that’s just pure html.

Fred

what I understand to add a external javascript link on rails
are to add like this
<%= javascript_include_tag :javascriptfilename %>
although this link work on rails.

I want to know if this html link have equivalent on rails.

On 2 Apr 2009, at 11:36, Johny ben wrote:

<%= javascript_include_tag :javascriptfilename %>
although this link work on rails.

You can still wrap an asset helper in the conditional comment:

-Matt