Sha256: 83d1a04f6801d6164dab3b613c2a30197b37ba44107f70d48216ec7e1f693aba
Contents?: true
Size: 591 Bytes
Versions: 3
Compression:
Stored size: 591 Bytes
Contents
/ The modal dialog #add-allergy-modal.reveal-modal.medium(data-reveal) = simple_form_for patient.allergies.new, url: patient_clinical_allergies_path(patient_id: patient), html: { autocomplete: "off" }, validate: true do |f| h2= t(".title") =f.input :description, as: :text, autofocus: true =f.submit t(".save"), class: :button, data: { disable_with: t(".save_disable_with") } span= " or " =link_to t(".cancel"), "#", "aria-label" => "Close", class: "reveal-modal-close"
Version data entries
3 entries across 3 versions & 1 rubygems