Well, I am using \"font-awesome-rails\" gem. I am pretty much used to font-awesome outside Rails, but I guess it\'s not that popular among Rails community.
Once inst
Hey guys this is a good way of link w/ image (it has lot of props in case you want to css attribute for example replace "alt" or "title" etc)
<%= link_to image_tag("#{request.ssl? ? @image_domain_secure : @image_domain}/images/linkImage.png", {:alt=>"Alt title", :title=>"Link title"}) , "http://www.site.com"%>
Hope this helps!