twilson63 / html2haml

Convert HTML Snippets to Haml
http://html2haml.heroku.com
MIT License
180 stars 82 forks source link

cycles #29

Open zhrivodkin opened 9 years ago

zhrivodkin commented 9 years ago

try to convert erb: < tr class=<%= cycle("odd", "even") %> >

and get: %tr{:class => "< haml_loud "} cycle("odd", "even") >