Sha256: a737e8812d22abc174223bbdcd3763114c4fc3898c3e8e67b99719043a405fc3
Contents?: true
Size: 494 Bytes
Versions: 138
Compression:
Stored size: 494 Bytes
Contents
- renderable = f.object.public_send(attribute) = f.simple_fields_for attribute, renderable do |fd| .row(class=attribute) .columns.small-12.medium-3.large-3 = fd.label attribute, f.object.class.human_attribute_name(attribute) .columns.small-4.medium-4.large-3 = fd.input :diagnosis, as: :inline_radio_buttons, wrapper: :bare .columns.small-7.medium-5.large-4.end = fd.input :diagnosed_on, as: :date_picker, label: "Diagnosed", input_html: { class: "tiny-input" }
Version data entries
138 entries across 138 versions & 1 rubygems