You can use blocks as an alternative to the string interpolation with correct usage html_safe
. For example:
<%= link_to '#' do %>
Lorem Ipsum <%= image_tag('/images/menu-arrow-down.gif') %>
<% end %>
You can use blocks as an alternative to the string interpolation with correct usage html_safe
. For example:
<%= link_to '#' do %>
Lorem Ipsum <%= image_tag('/images/menu-arrow-down.gif') %>
<% end %>