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

5 lines
102 B
Plaintext
Raw Normal View History

= f.input name,
:label => field.label,
:hint => field.hint,
2012-02-02 15:53:26 +00:00
:as => :'Locomotive::Toggle'