Sha256: caae04889dc7ad3eea7b9bba09720d04d2e2d330f16758d8836aaf94a7040e06
Contents?: true
Size: 871 Bytes
Versions: 74
Compression:
Stored size: 871 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" span= " or " = link_to "cancel", patient_accesses_dashboard_path(patient)
Version data entries
74 entries across 74 versions & 1 rubygems