Method: Renalware::TransplantHelper#recipient_followup_breadcrumbs

Defined in:
app/helpers/renalware/transplant_helper.rb

#recipient_followup_breadcrumbs(patient, followup) ⇒ Object



60
61
62
63
64
65
66
67
68
# File 'app/helpers/renalware/transplant_helper.rb', line 60

def recipient_followup_breadcrumbs(patient, followup)
  [
    recipient_summary_breadcrumb(patient),
    breadcrumb_for(
      recipient_followup_title(followup),
      patient_transplants_recipient_operation_followup_path(patient, followup.operation)
    )
  ]
end