kadoudal
unread,Jan 14, 2012, 5:46:11 AM1/14/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Haml
I am trying display an image with :
= 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 ?