0
以下haml代碼的erb代碼是什麼?將haml代碼轉換爲erb在Rails 3中
content_for :head do
= stylesheet_link_tag "plupload.queue"
= javascript_include_tag "plupload/plupload.full.min", "plupload/jquery.plupload.queue.min"
= javascript_tag do
= render "plupload.js"
photos_container
= render :partial => "photo", :collection => @photos
上傳
%p You browser doesn't have HTML5, Flash or Silverlight support.
可能重複:http://stackoverflow.com/questions/967262/is-there-a-good-haml -erb-HTML轉換器 –