Radhames is incorrect. This is a bug in Haml's code-generator for Rails. If
you surround the contents of your #{} with parentheses, it should work. You
shouldn't have to do that, though.On Thu, Sep 23, 2010 at 5:03 AM, radhames brito <[email protected]> wrote: > > in haml you have to put the entire like between "" if have ruby code in > that line and then #{ } for the ruby and ' for strings inside the #{ } > > -- > You received this message because you are subscribed to the Google Groups > "Haml" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected] <haml%[email protected]>. > For more options, visit this group at > http://groups.google.com/group/haml?hl=en. > -- You received this message because you are subscribed to the Google Groups "Haml" 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/haml?hl=en.
