Sha256: 6d35bacc56cda50d8215a79aa779ae66b2b1cb0a8a7d8ed91c5b9d0078fe99c6
Contents?: true
Size: 527 Bytes
Versions: 3
Compression:
Stored size: 527 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
3 entries across 3 versions & 1 rubygems