Sha256: 6018769f481c0d9c0a7aec8ad92b818cfbcb9520ab079b1c9398d2c4e6421565
Contents?: true
Size: 800 Bytes
Versions: 63
Compression:
Stored size: 800 Bytes
Contents
h3 Current = render "renalware/medications/prescriptions/table", id: "current-prescriptions", patient: patient, treatable: treatable, prescriptions: current_prescriptions, search: current_search, current_scope: true .row .large-12.columns .right = link_to "Add Prescription", new_patient_prescription_path(patient, treatable), remote: true, class: %i(button tiny add_prescription) - if defined? historical_prescriptions h3 Historical = render "renalware/medications/prescriptions/table", id: "historical-prescriptions", patient: patient, treatable: treatable, prescriptions: historical_prescriptions, search: historical_prescriptions_search, current_scope: false
Version data entries
63 entries across 63 versions & 1 rubygems