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

5 lines
220 B
Plaintext
Raw Normal View History

= 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 }