Sha256: 3ad44c28805377949ba20bbb351e2a48d288e6b4ea9bc687ad3a746bb0866c57

Contents?: true

Size: 645 Bytes

Versions: 1

Compression:

Stored size: 645 Bytes

Contents

/ This is the create alert modal dialog content
= simple_form_for alert,
                  html: { autocomplete: "off" },
                  remote: true,
                  url: patient_alerts_path(patient_id: patient) do |f|
    h2= t(".title")
    = f.input :urgency,
              as: :radio_buttons,
              collection: [[" URGENT","urgent"], [" COVID-19 (CONFIRMED)", "covid_19"]],
              label: false
    = f.input :notes, autofocus: true
    = f.submit "Create alert", 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.147 app/views/renalware/patients/alerts/_form.html.slim