Sha256: 841b117b21f4a07435f636e3017d02051216ad8d7c2d8621b0700f72b2906c32

Contents?: true

Size: 376 Bytes

Versions: 7

Compression:

Stored size: 376 Bytes

Contents

- options = {wrapper_html: {class: "col-md-#{field.size}"}}
- current_type = field_type(@model_presenter,field.name)
- options[:as] = :admin_enum if current_type == :enum
- options[:as] = :admin_relationship_select if current_type == :relation
- options[:as] = :admin_date if current_type == :date
- options[:as] = field.as if field.as.present?

= f.input field.name, options

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
carnival-0.0.36 app/views/carnival/shared/form/_field.html.haml
carnival-0.0.35 app/views/carnival/shared/form/_field.html.haml
carnival-0.0.34 app/views/carnival/shared/form/_field.html.haml
carnival-0.0.33 app/views/carnival/shared/form/_field.html.haml
carnival-0.0.26 app/views/carnival/shared/form/_field.html.haml
carnival-0.0.11 app/views/carnival/shared/form/_field.html.haml
carnival-0.0.10 app/views/carnival/shared/form/_field.html.haml