Sha256: 0cabcfbc2fc68a04f06d40a6fa4de580fabc8080f34f9e142f5b411d0a79ef7f
Contents?: true
Size: 708 Bytes
Versions: 29
Compression:
Stored size: 708 Bytes
Contents
- return unless current_plan.present? article.access-plans header h2 Current Access Plan ul / li= link_to "Create", new_patient_accesses_plan_path(@patient), class: "button" li= link_to "Edit", edit_patient_accesses_plan_path(@patient, current_plan), class: "button" li= link_to "View", patient_accesses_plan_path(@patient, current_plan), class: "button secondary" .current-access-plan = render "renalware/accesses/plans/details", plan: current_plan - if plans.any? .historical-access-plans = render "renalware/accesses/plans/list", plans: plans, patient: patient
Version data entries
29 entries across 29 versions & 1 rubygems