Sha256: 2e8575e7be33b220ee271f0833423f96d878bb9efc31b58bdd43d820dd333b47
Contents?: true
Size: 833 Bytes
Versions: 6
Compression:
Stored size: 833 Bytes
Contents
= within_patient_layout(title: "New Access Plan", breadcrumbs: access_summary_breadrumb(patient)) do = simple_form_for [patient, plan], html: { autocomplete: "off" }, wrapper: "horizontal_form" do |f| = f.association :plan_type, collection: Renalware::Accesses::PlanType.ordered, wrapper: :horizontal_medium = f.input :notes, as: :text, wrapper: :horizontal_large = f.association :decided_by, as: :user_picker, collection: Renalware::User.ordered, wrapper: :horizontal_medium = f.submit "Save", class: "button" span= " or " = link_to "cancel", patient_accesses_dashboard_path(patient)
Version data entries
6 entries across 6 versions & 1 rubygems