Sha256: f7095f7175a5df7a96f715dddd0a3683a0baef78c61f876751b652e0e88bfd98

Contents?: true

Size: 531 Bytes

Versions: 143

Compression:

Stored size: 531 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 :urgent, as: :boolean, boolean_style: :inline
    = 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

143 entries across 143 versions & 1 rubygems

Version Path
renalware-core-2.0.142 app/views/renalware/patients/alerts/_form.html.slim
renalware-core-2.0.141 app/views/renalware/patients/alerts/_form.html.slim
renalware-core-2.0.140 app/views/renalware/patients/alerts/_form.html.slim
renalware-core-2.0.139 app/views/renalware/patients/alerts/_form.html.slim
renalware-core-2.0.138 app/views/renalware/patients/alerts/_form.html.slim
renalware-core-2.0.137 app/views/renalware/patients/alerts/_form.html.slim
renalware-core-2.0.136 app/views/renalware/patients/alerts/_form.html.slim
renalware-core-2.0.135 app/views/renalware/patients/alerts/_form.html.slim
renalware-core-2.0.134 app/views/renalware/patients/alerts/_form.html.slim
renalware-core-2.0.133 app/views/renalware/patients/alerts/_form.html.slim
renalware-core-2.0.132 app/views/renalware/patients/alerts/_form.html.slim
renalware-core-2.0.131 app/views/renalware/patients/alerts/_form.html.slim
renalware-core-2.0.130 app/views/renalware/patients/alerts/_form.html.slim
renalware-core-2.0.129 app/views/renalware/patients/alerts/_form.html.slim
renalware-core-2.0.128 app/views/renalware/patients/alerts/_form.html.slim
renalware-core-2.0.127 app/views/renalware/patients/alerts/_form.html.slim
renalware-core-2.0.126 app/views/renalware/patients/alerts/_form.html.slim
renalware-core-2.0.125 app/views/renalware/patients/alerts/_form.html.slim
renalware-core-2.0.124 app/views/renalware/patients/alerts/_form.html.slim
renalware-core-2.0.123 app/views/renalware/patients/alerts/_form.html.slim