I am trying display an image with the standard image_tag helper, using
options ...
= image_tag ("errors/not_found_medium.jpg", :size => "300x300", :alt
=> "error")
and I am getting a 550 error .. during haml compiling , seems not
accepting any option ( :size .. :alt .. height )
ERROR: compiling
_app_views_errors_render_____html_haml___2608007141878431500_70318571565920
RAISED /Users/yves/Developpement/Projects/DRONES/videopromo/app/views/
errors/render_404.html.haml:15: syntax error, unexpected ',',
expecting ')'
...("errors/not_found_medium.jpg", :size => "300x300", :alt => ...
what could be wrong ?
--
You received this message because you are subscribed to the Google Groups "Ruby
on Rails: Talk" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en.