/ Published in: Ruby
Displays a image inside link_to instead of text.
Expand |
Embed | Plain Text
<%= link_to image_tag("search.gif", :border=>0), :action => 'show', :id => user %>
You need to login to post a comment.
ryanprel on 02/08/07
6 people have marked this snippet as a favorite
bezugen
ryanriley
tkmr
mybluevan
webstic
madaemo
Displays a image inside link_to instead of text.
<%= link_to image_tag("search.gif", :border=>0), :action => 'show', :id => user %>
You need to login to post a comment.