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-0.1.2 app/views/tramway/shared/input_extended_types/_simple.html.haml
tramway-0.1.1.1 app/views/tramway/shared/input_extended_types/_simple.html.haml
tramway-0.1.1 app/views/tramway/shared/input_extended_types/_simple.html.haml
tramway-core-5.0 app/views/tramway/core/shared/input_extended_types/_simple.html.haml
tramway-core-4.1.3.3 app/views/tramway/core/shared/input_extended_types/_simple.html.haml
tramway-core-4.1.3.2 app/views/tramway/core/shared/input_extended_types/_simple.html.haml
tramway-core-4.1.3.1 app/views/tramway/core/shared/input_extended_types/_simple.html.haml
tramway-core-4.1.3 app/views/tramway/core/shared/input_extended_types/_simple.html.haml
tramway-core-4.1.2 app/views/tramway/core/shared/input_extended_types/_simple.html.haml
tramway-core-4.1.1 app/views/tramway/core/shared/input_extended_types/_simple.html.haml
tramway-core-4.1 app/views/tramway/core/shared/input_extended_types/_simple.html.haml
tramway-core-4.0.2.1 app/views/tramway/core/shared/input_extended_types/_simple.html.haml
tramway-core-4.0.2 app/views/tramway/core/shared/input_extended_types/_simple.html.haml
tramway-core-4.0.1.2 app/views/tramway/core/shared/input_extended_types/_simple.html.haml
tramway-core-4.0.1.1 app/views/tramway/core/shared/input_extended_types/_simple.html.haml
tramway-core-4.0.1 app/views/tramway/core/shared/input_extended_types/_simple.html.haml
tramway-core-4.0.0.1 app/views/tramway/core/shared/input_extended_types/_simple.html.haml
tramway-core-4.0 app/views/tramway/core/shared/input_extended_types/_simple.html.haml
tramway-core-3.0.1.1 app/views/tramway/core/shared/input_extended_types/_simple.html.haml
tramway-core-3.0.1 app/views/tramway/core/shared/input_extended_types/_simple.html.haml