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