Sha256: 2456a9ba0b2b48f33b688bf0d379265d6dc72d6634b8ee1dcbe147b2f3f822d0
Contents?: true
Size: 698 Bytes
Versions: 18
Compression:
Stored size: 698 Bytes
Contents
= simple_form_for infection_organism, url: url, html: { class: local_assigns[:form_class] }, wrapper: :horizontal_form, remote: true do |f| = f.input :organism_code_id, collection: Renalware::PD::OrganismCode.all, value_method: :id, label_method: :name, label: "Organism", prompt: "Please select organism found for this infection", class: "organism-select" = f.input :sensitivity, as: :text, input_html: { cols: 50, rows: 3 } = f.input :resistance, as: :text, input_html: { cols: 50, rows: 3 } .row .large-offset-3.large-7.columns = f.button :submit, "Save", class: :tiny ' or = link_to "cancel", pd_infection_organisms_path(infectable), remote: true
Version data entries
18 entries across 18 versions & 1 rubygems