Sha256: 6abd9134121959fdc19c2233b9babc5f7cb7d4f29faf7483895d6598906e5529

Contents?: true

Size: 738 Bytes

Versions: 20

Compression:

Stored size: 738 Bytes

Contents

/ Link to launch the modal dialog
= link_to("#",
          data: { "reveal-id" => "add-patient-worry-modal" }) do
  i.far.fa-link-annotation.fa-flag
  = 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
    '  or
    = link_to t(".cancel"),
             "#",
             "aria-label" => "Close",
             class: "reveal-modal-close"

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
renalware-core-2.1.1 app/views/renalware/patients/worries/_new.html.slim
renalware-core-2.1.0 app/views/renalware/patients/worries/_new.html.slim
renalware-core-2.0.167 app/views/renalware/patients/worries/_new.html.slim
renalware-core-2.0.166 app/views/renalware/patients/worries/_new.html.slim
renalware-core-2.0.165 app/views/renalware/patients/worries/_new.html.slim
renalware-core-2.0.164 app/views/renalware/patients/worries/_new.html.slim
renalware-core-2.0.163 app/views/renalware/patients/worries/_new.html.slim
renalware-core-2.0.162 app/views/renalware/patients/worries/_new.html.slim
renalware-core-2.0.161 app/views/renalware/patients/worries/_new.html.slim
renalware-core-2.0.160 app/views/renalware/patients/worries/_new.html.slim
renalware-core-2.0.159 app/views/renalware/patients/worries/_new.html.slim
renalware-core-2.0.158 app/views/renalware/patients/worries/_new.html.slim
renalware-core-2.0.157 app/views/renalware/patients/worries/_new.html.slim
renalware-core-2.0.156 app/views/renalware/patients/worries/_new.html.slim
renalware-core-2.0.155 app/views/renalware/patients/worries/_new.html.slim
renalware-core-2.0.153 app/views/renalware/patients/worries/_new.html.slim
renalware-core-2.0.152 app/views/renalware/patients/worries/_new.html.slim
renalware-core-2.0.151 app/views/renalware/patients/worries/_new.html.slim
renalware-core-2.0.149 app/views/renalware/patients/worries/_new.html.slim
renalware-core-2.0.148 app/views/renalware/patients/worries/_new.html.slim