Sha256: 3cd8ef0f64d06e192e11f199807ba27a946a4eb9c21177fc33f1e2cb5008af54
Contents?: true
Size: 738 Bytes
Versions: 1
Compression:
Stored size: 738 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
renalware-core-2.0.0.pre.beta9 | app/views/renalware/renal/aki_alerts/edit.html.slim |