search for: change_scor

Displaying 1 result from an estimated 1 matches for "change_scor".

Did you mean: change_score
2007 Aug 13
1
link_to image_tag puts a box round my image
...ah) or just an image_tag (i''ve edited it a bit to show the structure): <%= (article.score_from_user(:user_id => session[:user]) != -1) ? (link_to image_tag("/images/down_arrow_grey.jpg", :alt => "down"), :controller=>"article", :action => "change_score", :article_id => article, :user_id => session[:user], :points => -1) : (image_tag("/images/down_arrow_red.jpg", :alt => "down")) %> However, i don''t think the above is really the issue in my question, which is "why is link_to putting a box aro...