Sha256: 36d381095d3747d83e89ec98fee9cc7583a7a9dfc217acc8b0ee8fb95d6812b3
Contents?: true
Size: 497 Bytes
Versions: 110
Compression:
Stored size: 497 Bytes
Contents
= f.simple_fields_for attribute, f.object.public_send(attribute) do |fd| tr(class="year-dated-confirmation--#{attribute}") td= fd.label :status, f.object.class.human_attribute_name(attribute) td= fd.input :status, as: :inline_radio_buttons, label: false, wrapper: "vertical_form" td= fd.input :confirmed_on_year, label: false, wrapper: "vertical_form", collection: Renalware::YearDatedConfirmation.valid_years.reverse, input_html: { class: "tiny-input" }
Version data entries
110 entries across 110 versions & 1 rubygems