Sha256: 282a7750bbb19b7c7052d7d95669be79fecc11770fa294af0551a4293a35e0d4
Contents?: true
Size: 864 Bytes
Versions: 19
Compression:
Stored size: 864 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, autofocus: true = 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" ' or = link_to "cancel", patient_accesses_dashboard_path(patient)
Version data entries
19 entries across 19 versions & 1 rubygems