Closed ImaginaryDevelopment closed 11 years ago
I put <input type="button" value="+" /> into the tool to convert to haml. when placed in the haml window it translates to
<input type="button" value="+" />
%input#newoperand{:type => "button", :value => "+"}/
which then renders into <input />
<input />
I got the standard server side HAML compiler now.
I put
<input type="button" value="+" />
into the tool to convert to haml. when placed in the haml window it translates to%input#newoperand{:type => "button", :value => "+"}/
which then renders into
<input />