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

Version Path
renalware-core-2.0.0.pre.beta9 app/views/renalware/clinical/allergies/_new.html.slim
renalware-core-2.0.0.pre.beta8 app/views/renalware/clinical/allergies/_new.html.slim
renalware-core-2.0.0.pre.beta7 app/views/renalware/clinical/allergies/_new.html.slim
renalware-core-2.0.0.pre.beta6 app/views/renalware/clinical/allergies/_new.html.slim
renalware-core-2.0.0.pre.beta5 app/views/renalware/clinical/allergies/_new.html.slim
renalware-core-2.0.0.pre.beta4 app/views/renalware/clinical/allergies/_new.html.slim