I must change a link_to tag color without using a CSS class, how can I do? I\'ve tried something such as
<%= link_to item.description, {}, {:style=>\'c
try this:
= link_to name, url, style: 'color:#FFFFFF;'