Sha256: 896f7fc44c5eefdb26a3c2a22c4114ad2d4ee76c0a88d66aefe5921bed4e9906
Contents?: true
Size: 592 Bytes
Versions: 6
Compression:
Stored size: 592 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
6 entries across 6 versions & 1 rubygems