haml--haml/benchmark/dynamic_attributes/boolean_attribute.haml

5 lines
87 B
Plaintext

- hash = { disabled: false }
%input{ hash }
- hash = { disabled: true }
%input{ hash }