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

5 lines
219 B
Plaintext

= f.input field.name.to_sym,
:label => field.label,
:hint => field.hint,
:as => field.text_formatting == 'html' ? :'Locomotive::Rte' : :text,
:input_html => { :class => field.text_formatting }