engine/app/views/locomotive/custom_fields/types/_boolean.html.haml

4 lines
101 B
Plaintext

= f.input name,
:label => field.label,
:hint => field.hint,
:as => :'Locomotive::Toggle'