search for: untouched_status_image_tag

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

2006 May 23
3
image_tag problem
Hiall, I want to make an image_tag from within a controller in order to be able to present a link (with a status image) in a view. Here is my controller method (in file webca_controller.rb, hence WebcaController) def untouched_status_image_tag image_tag("open", { :alt => "Offen", :title => "Offen", :size => "12x12", :class => "b_icon" } ) end I have a myapp/public/images/open.png in place, however this seems not enough :) When executing the call to the above method, rails...