-1

刚开始使用 HAML,我该如何转换?

<div class="fb-like" data-href="http://localhost:3000" data-send="true" data-width="450" data-show-faces="false"></div>

4

2 回答 2

1

文档链接

回答:

.fb-like{"data-href" => "http://localhost:3000", "data-send" => "true", "data-show-faces" => "false", "data-width " => "450"}

于 2012-08-01T19:24:25.233 回答
1

.fb-like{:data => {:href => 'http://localhost:3000', :send => 'true', :show-faces => 'false', :width => '450'} }

于 2012-08-04T04:48:28.650 回答