Sha256: e764f99749c605a63b149a998987ee46e64dcc7938c5e7708df594ed8c454b82

Contents?: true

Size: 735 Bytes

Versions: 12

Compression:

Stored size: 735 Bytes

Contents

= within_admin_layout(title: "Edit",
                      breadcrumbs: breadcrumb_for("AKI Alerts", renal_aki_alerts_path)) do

  = simple_form_for(alert, wrapper: :horizontal_form) do |f|
    = f.association :action, wrapper: :horizontal_small
    = f.association :hospital_ward,
          as: :grouped_select,
          group_method: :wards,
          collection: Renalware::Hospitals::Unit.includes(:wards).ordered,
          label_method: :to_s,
          wrapper: :horizontal_medium
    = f.input :hotlist, wrapper: :horizontal_small, as: :inline_radio_buttons
    = f.input :notes, wrapper: :horizontal_large, input_html: { rows: 5 }
    = f.submit class: "button"
    span= " or "
    = link_to "cancel", renal_aki_alerts_path

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
renalware-core-2.0.0.pre.rc10 app/views/renalware/renal/aki_alerts/edit.html.slim
renalware-core-2.0.0.pre.rc9 app/views/renalware/renal/aki_alerts/edit.html.slim
renalware-core-2.0.0.pre.rc8 app/views/renalware/renal/aki_alerts/edit.html.slim
renalware-core-2.0.0.pre.rc7 app/views/renalware/renal/aki_alerts/edit.html.slim
renalware-core-2.0.0.pre.rc6 app/views/renalware/renal/aki_alerts/edit.html.slim
renalware-core-2.0.0.pre.rc5 app/views/renalware/renal/aki_alerts/edit.html.slim
renalware-core-2.0.0.pre.rc4 app/views/renalware/renal/aki_alerts/edit.html.slim
renalware-core-2.0.0.pre.rc3 app/views/renalware/renal/aki_alerts/edit.html.slim
renalware-core-2.0.0.pre.rc1 app/views/renalware/renal/aki_alerts/edit.html.slim
renalware-core-2.0.0.pre.beta12 app/views/renalware/renal/aki_alerts/edit.html.slim
renalware-core-2.0.0.pre.beta11 app/views/renalware/renal/aki_alerts/edit.html.slim
renalware-core-2.0.0.pre.beta10 app/views/renalware/renal/aki_alerts/edit.html.slim