Hey folks,

Stefano Cobianchi forked Haml a couple days ago and added support for prefix
arguments to the object-ref tag component. This means you can do

  %p[post, :prefix]

and this will generate

  <p class='prefix_post' id='prefix_post_#{id}'>

I've merged this into master tentatively. Try it out, let us know if it's
useful. If it is, we'll keep it in, if not, we'll leave it out.

- Nathan

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

Reply via email to