Sha256: f5ef698dd60b403c63c103e76dc8cbe77638e1a5772ad519e7e10ef7cff1b315
Contents?: true
Size: 832 Bytes
Versions: 76
Compression:
Stored size: 832 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
76 entries across 76 versions & 1 rubygems