Sha256: ee8c0f5fd2d20c2bcad43e243c28b1dbd96f39f0eccd83c82f677246bd872f24
Contents?: true
Size: 740 Bytes
Versions: 1
Compression:
Stored size: 740 Bytes
Contents
/ Link to launch the modal dialog = link_to("#", data: { "reveal-id" => "add-patient-worry-modal" }) do i.fa.fa-link-annotation.fa-flag-o = t(".title") / The modal dialog #add-patient-worry-modal.reveal-modal.medium(data-reveal) =simple_form_for Renalware::Patients::Worry.new, html: { autocomplete: "off" }, url: patient_worry_path(patient) do |f| h2= t(".title") =f.input :notes, as: :text, input_html: { autofocus: :autofocus }, label: "Optional notes" =f.submit t(".save"), class: :button span= " or " =link_to t(".cancel"), "#", "aria-label" => "Close", class: "reveal-modal-close"
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
renalware-core-2.0.0.pre.beta12 | app/views/renalware/patients/worries/_new.html.slim |