1 2 3
<%= link_to image_tag("go_back.png"), user_path(@user) %><%= link_to 'Go Back', user_path(@user) %>
Ruby link_to with an image_tag a...
by ttdavett.myopenid.com,
August 06, 2008 08:10,
6 refactorings, tagged with link_to rails ruby image_tag
I have two links side by si...