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

4 lines
145 B
Plaintext

= f.input name,
:label => field.label,
:hint => field.hint,
:wrapper_html => { :class => "#{'highlighted' if highlighted}" }