1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00
haml--haml/benchmark/dynamic_boolean_attribute.haml

5 lines
95 B
Text
Raw Normal View History

2015-12-11 00:59:52 -05:00
- disabled = false
%input{ disabled: disabled }
- disabled = true
%input{ disabled: disabled }