Sha256: e75759c442844e1e6b8134a6346b12f21649924218e43615d1608e68d2c17773
Contents?: true
Size: 705 Bytes
Versions: 157
Compression:
Stored size: 705 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 span= " or " = link_to "cancel", pd_infection_organisms_path(infectable), remote: true
Version data entries
157 entries across 157 versions & 1 rubygems