Hi,
How to transform this piece of code in haml

<li>
     <a href="#"><%= image_tag("book_picture.png", :border => 0)
%>Relatórios</a>
     <ul>
        <li>
           <a href="/relatorios/relatorio">G: Relatório PCS</a>
        </li>
</li>

I tried to something but is wrong, does not accept image_tag
 %li
   %a{:hreft => "#"}Relatorios
     = image_tag("book_picture.png")
   %ul
     %li
       ....

-- 
Alcelyo R Mariz
Bacharel em Sistemas de Informação

-- 
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.

Reply via email to