Sha256: 4a5b1beb31d4782f8294d4bf40993d43db2b87aab8f37e2cb0bd7bbfea14f8d0

Contents?: true

Size: 318 Bytes

Versions: 142

Compression:

Stored size: 318 Bytes

Contents

# frozen_string_literal: true

module Renalware
  module ProblemsHelper
    def problems_breadcrumb(patient)
      breadcrumb_for("Problems", patient_problems_path(patient))
    end

    def problem_breadcrumb(patient, problem)
      breadcrumb_for("Problem", patient_problem_path(patient, problem))
    end
  end
end

Version data entries

142 entries across 142 versions & 1 rubygems

Version Path
renalware-core-2.0.18 app/helpers/renalware/problems_helper.rb
renalware-core-2.0.17 app/helpers/renalware/problems_helper.rb