Sha256: 605313fcc9fceb411c7c0115b268f737f9b185d7cba2dfc5114f00c823463ae9

Contents?: true

Size: 419 Bytes

Versions: 87

Compression:

Stored size: 419 Bytes

Contents

- if value.present?
  = f.input field.title.to_sym, as: field.field_type, input_html: { class: class_name, id: "#{class_name}_#{field.title}", name: "#{class_name}[#{field.title}]", value: value }, required: field.required
- else
  = f.input field.title.to_sym, as: field.field_type, input_html: { class: class_name, id: "#{class_name}_#{field.title}", name: "#{class_name}[#{field.title}]" }, required: field.required

Version data entries

87 entries across 87 versions & 2 rubygems

Version Path
tramway-core-1.17.1 app/views/tramway/core/shared/input_extended_types/_simple.html.haml
tramway-core-1.17 app/views/tramway/core/shared/input_extended_types/_simple.html.haml
tramway-core-1.16.2.1 app/views/tramway/core/shared/input_extended_types/_simple.html.haml
tramway-core-1.16.2 app/views/tramway/core/shared/input_extended_types/_simple.html.haml
tramway-core-1.16.1.9 app/views/tramway/core/shared/input_extended_types/_simple.html.haml
tramway-core-1.16.1.8 app/views/tramway/core/shared/input_extended_types/_simple.html.haml
tramway-core-1.16.1.7 app/views/tramway/core/shared/input_extended_types/_simple.html.haml