Sha256: d91df0dc5d5c7dee8d1ada8ca2530c7fb32fef1a1a7899300ed97114bc778485
Contents?: true
Size: 526 Bytes
Versions: 4
Compression:
Stored size: 526 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
4 entries across 4 versions & 1 rubygems