Hello All,
First off, I love haml/sass and it's changing the way I work for the
better, but I'm having some problems wrapping my head around
something.
<% flash.each do |name, msg| %>
<%= content_tag :div, msg, :id => "flash_#{name}" %>
<% end %>
Take that for example, I can't quite figure out how to make that
display correctly without getting a "can't convert nil into String"
error. Anyone have some advice?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---