slim-template / haml2slim

Haml to Slim converter.
http://slim-lang.com/
120 stars 20 forks source link

error converting %body{:class => "#{controller_name} #{action_name}"} #21

Closed hardywu closed 11 years ago

hardywu commented 11 years ago
 %body{:class => "#{controller_name} #{action_name}"}

goes to

 body{:class => "#{controller_name} # action_name}"
hardywu commented 11 years ago

@fredwu The gem installed from https://rubygems.org/ has a buggy converter.rb without 'parse_attrs' method. That's the problem. The gem file on https://rubygems.org/ need be updated.

minad commented 11 years ago

@fredwu Time for a new release?

fredwu commented 11 years ago

Released! :)