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

5 lines
87 B
Plaintext
Raw Normal View History

2015-11-15 01:20:16 -05:00
- hash = { disabled: false }
%input{ hash }
- hash = { disabled: true }
%input{ hash }