Sha256: 9fcde1c6f2f5e9ae4de1e7415973b1e665df92c846efd16f6ced06ddcd3bbb6a

Contents?: true

Size: 878 Bytes

Versions: 2

Compression:

Stored size: 878 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 t("btn.save"), class: "button"
      '  or
      = link_to t("btn.cancel"), patient_accesses_dashboard_path(patient)

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
renalware-core-2.1.1 app/views/renalware/accesses/plans/new.html.slim
renalware-core-2.1.0 app/views/renalware/accesses/plans/new.html.slim