Sha256: e63bf3ff2d98761b272bf6ac9ad20211c0c9cd319f03022816beca68ec7258c5
Contents?: true
Size: 594 Bytes
Versions: 148
Compression:
Stored size: 594 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
148 entries across 148 versions & 1 rubygems