Sha256: d348714c05a6dd63c038ce8f49ac0b30ac378577a26c4cbcf874678a2a20387b

Contents?: true

Size: 375 Bytes

Versions: 18

Compression:

Stored size: 375 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

18 entries across 18 versions & 1 rubygems

Version Path
carnival-0.0.55 app/views/carnival/shared/form/_field.html.haml
carnival-0.0.54 app/views/carnival/shared/form/_field.html.haml
carnival-0.0.53 app/views/carnival/shared/form/_field.html.haml
carnival-0.0.52 app/views/carnival/shared/form/_field.html.haml
carnival-0.0.51 app/views/carnival/shared/form/_field.html.haml
carnival-0.0.50 app/views/carnival/shared/form/_field.html.haml
carnival-0.0.49 app/views/carnival/shared/form/_field.html.haml
carnival-0.0.48 app/views/carnival/shared/form/_field.html.haml
carnival-0.0.47 app/views/carnival/shared/form/_field.html.haml
carnival-0.0.45 app/views/carnival/shared/form/_field.html.haml
carnival-0.0.44 app/views/carnival/shared/form/_field.html.haml
carnival-0.0.43 app/views/carnival/shared/form/_field.html.haml
carnival-0.0.42 app/views/carnival/shared/form/_field.html.haml
carnival-0.0.41 app/views/carnival/shared/form/_field.html.haml
carnival-0.0.40 app/views/carnival/shared/form/_field.html.haml
carnival-0.0.39 app/views/carnival/shared/form/_field.html.haml
carnival-0.0.38 app/views/carnival/shared/form/_field.html.haml
carnival-0.0.37 app/views/carnival/shared/form/_field.html.haml