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