Report abuse

code

<%= link_to_remote(image_tag('icons/email_delete', :alt => 'Delete'), :url => message_url(message), :confirm => 'Are you sure?', :method => :delete) %>

warning

DEPRECATION WARNING: You've called image_path with a source that doesn't include an extension. In Rails 2.0, that will not result in .png automatically being appended. So you should call image_path('icons/email_delete.png') instead  See http://www.rubyonrails.org/deprecation for details. (called from image_path at /home/chris/dev/clients/spanglish/site/config/../vendor/rails/actionpack/lib/action_view/helpers/asset_tag_helper.rb:126)